Html Css Color HEX #97409E Vivid Violet

📋 copy color: '#97409E'

red 151 ◦ green 64 ◦ blue 158

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

Shades of Vivid Violet #97409E

Tints of Vivid Violet #97409E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 42.36%

R = 40.48%
G = 17.16%
B = 42.36%

CMYK

 C value IS 0.04

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#97409E (or 0x97409E) is known color: Vivid Violet. HEX triplet: 97, 40 and 9E. RGB value is (151,64,158). Sum of RGB (Red+Green+Blue) = 151+64+158=373 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.48% from 373); Green value is 64 (25.39% from 255 or 17.16% from 373); Blue value is 158 (62.11% from 255 or 42.36% from 373); Max value from RGB is 158 - color contains mainly: blue. Hex color #97409E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97409E is #68BF61. Grayscale: #646464. Windows color (decimal): -6864738 or 10371223. OLE color: 10371223.

HSL color Cylindrical-coordinate representation of color #97409E: hue angle of 295.53º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #97409E is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 151 64 158 -
CMYK 0.04 0.59 0 0.38
HSL 295.53º 0.42% 0.44% -
HSV(B) 295.53º 0.59% 0.62% -
XYZ 20.77 12.71 33.71 -
YUV 100.73 160.32 163.86 -
System Red Green Blue C M Y K H S L
Decimal 151 64 158 0.04 0.59 0 0.38 295.53 0.42 0.44
Hex 97 40 9E 4 3B 0 26 128 2A 2C
Octal 227 100 236 4 73 0 46 450 52 54
Binary 10010111 1000000 10011110 100 111011 0 100110 100101000 101010 101100

Color Harmonies of #97409E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97409E

Black with #97409E

Text Example


Text Example

White with #97409E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97409E; }

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

 H1.HeaderClassName
 {
   color: #97409E;
 }
 .AnyTagClassName
 {
   color: #97409E;
 }
</style>

background-color css

<style>
 a { background-color: #97409E; }

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

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

border-color css

<style>
 span { border-color: #97409E; }

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

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