Html Css Color HEX #97368C Vivid Violet

📋 copy color: '#97368C'

red 151 ◦ green 54 ◦ blue 140

#97368C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #97368C

Tints of Vivid Violet #97368C

RGB

 RED value IS 151 (59.38% from 255) = 43.77%

 GREEN value IS 54 (21.48% from 255) = 15.65%

 BLUE value IS 140 (55.08% from 255) = 40.58%

R = 43.77%
G = 15.65%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.41

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#97368C (or 0x97368C) is known color: Vivid Violet. HEX triplet: 97, 36 and 8C. RGB value is (151,54,140). Sum of RGB (Red+Green+Blue) = 151+54+140=345 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.77% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 151 - color contains mainly: red. Hex color #97368C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97368C is #68C973. Grayscale: #5C5C5C. Windows color (decimal): -6867316 or 9189015. OLE color: 9189015.

HSL color Cylindrical-coordinate representation of color #97368C: hue angle of 306.8º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #97368C is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 54 140 -
CMYK 0 0.64 0.07 0.41
HSL 306.8º 0.47% 0.4% -
HSV(B) 306.8º 0.64% 0.59% -
XYZ 18.82 11.11 25.96 -
YUV 92.81 154.64 169.51 -
System Red Green Blue C M Y K H S L
Decimal 151 54 140 0 0.64 0.07 0.41 306.8 0.47 0.4
Hex 97 36 8C 0 40 7 29 133 2F 28
Octal 227 66 214 0 100 7 51 463 57 50
Binary 10010111 110110 10001100 0 1000000 111 101001 100110011 101111 101000

Color Harmonies of #97368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97368C

Black with #97368C

Text Example


Text Example

White with #97368C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97368C; }

 p { color: rgb(151,54,140); }

 H1.HeaderClassName
 {
   color: #97368C;
 }
 .AnyTagClassName
 {
   color: #97368C;
 }
</style>

background-color css

<style>
 a { background-color: #97368C; }

 a { background-color: rgb(151,54,140); }

 div.DivClassName
 {
   background-color: #97368C;
 }
 .BgClassName
 {
   background-color: #97368C;
 }
</style>

border-color css

<style>
 span { border-color: #97368C; }

 span { border-color: rgb(151,54,140); }

 td.TdClassName
 {
   border-color: #97368C;
 }
 .TagClassName
 {
   border-color: #97368C;
 }
</style>