#97419B

Color #97419B Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #97419B

Tints of Vivid Violet #97419B

Color information

#97419B (or 0x97419B) is unknown color: approx Vivid Violet. HEX triplet: 97, 41 and 9B. RGB value is (151,65,155). Sum of RGB (Red+Green+Blue) = 151+65+155=371 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.70% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 155 - color contains mainly: blue. Hex color #97419B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97419B is #68BE64. Grayscale: #646464. Windows color (decimal): -6864485 or 10174871. OLE color: 10174871.

HSL color Cylindrical-coordinate representation of color #97419B: hue angle of 297.33º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #97419B is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15165155-
CMYK0.030.5800.39
HSL297.33º40.91%43.14%-
HSV(B)297.33º58.06%60.78%-
XYZ20.5712.7332.38-
YUV100.97158.49163.68-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.70%
GREEN value IS 65 (25.78% from 255) = 17.52%
BLUE value IS 155 (60.94% from 255) = 41.78%
R=40.70%
G=17.52%
B=41.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal151651550.030.5800.39297.3340.9143.14
Hex97419B33A027129292b
Octal2271012333720474515153
Binary10010111100000110011011111110100100111100101001101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97419B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97419B; }

 p { color: rgb(151,65,155); }

 H1.HeaderClassName
 {
   color: #97419B;
 }
 .AnyTagClassName
 {
   color: #97419B;
 }
</style>
background-color css

<style>
 a { background-color: #97419B; }

 a { background-color: rgb(151,65,155); }

 div.DivClassName
 {
   background-color: #97419B;
 }
 .BgClassName
 {
   background-color: #97419B;
 }
</style>
border-color css

<style>
 span { border-color: #97419B; }

 span { border-color: rgb(151,65,155); }

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