Html Css Color HEX #97408C Vivid Violet

📋 copy color: '#97408C'

red 151 ◦ green 64 ◦ blue 140

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

Shades of Vivid Violet #97408C

Tints of Vivid Violet #97408C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.03%

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

R = 42.54%
G = 18.03%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#97408C (or 0x97408C) is known color: Vivid Violet. HEX triplet: 97, 40 and 8C. RGB value is (151,64,140). Sum of RGB (Red+Green+Blue) = 151+64+140=355 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.54% from 355); Green value is 64 (25.39% from 255 or 18.03% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 151 - color contains mainly: red. Hex color #97408C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97408C is #68BF73. Grayscale: #626262. Windows color (decimal): -6864756 or 9191575. OLE color: 9191575.

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

Color convert

RGB 151 64 140 -
CMYK 0 0.58 0.07 0.41
HSL 307.59º 0.4% 0.42% -
HSV(B) 307.59º 0.58% 0.59% -
XYZ 19.33 12.14 26.14 -
YUV 98.68 151.32 165.32 -
System Red Green Blue C M Y K H S L
Decimal 151 64 140 0 0.58 0.07 0.41 307.59 0.4 0.42
Hex 97 40 8C 0 3A 7 29 134 28 2A
Octal 227 100 214 0 72 7 51 464 50 52
Binary 10010111 1000000 10001100 0 111010 111 101001 100110100 101000 101010

Color Harmonies of #97408C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97408C

Black with #97408C

Text Example


Text Example

White with #97408C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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