#97418F

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

Shades of Vivid Violet #97418F

Tints of Vivid Violet #97418F

Color information

#97418F (or 0x97418F) is unknown color: approx Vivid Violet. HEX triplet: 97, 41 and 8F. RGB value is (151,65,143). Sum of RGB (Red+Green+Blue) = 151+65+143=359 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.06% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 143 (56.25% from 255 or 39.83% from 359); Max value from RGB is 151 - color contains mainly: red. Hex color #97418F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97418F is #68BE70. Grayscale: #636363. Windows color (decimal): -6864497 or 9388439. OLE color: 9388439.

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

Color convert

RGB15165143-
CMYK00.570.050.41
HSL305.58º39.81%42.35%-
HSV(B)305.58º56.95%59.22%-
XYZ19.6112.3427.34-
YUV99.61152.49164.66-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.06%
GREEN value IS 65 (25.78% from 255) = 18.11%
BLUE value IS 143 (56.25% from 255) = 39.83%
R=42.06%
G=18.11%
B=39.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1516514300.570.050.41305.5839.8142.35
Hex97418F039529132282a
Octal2271012170715514625052
Binary100101111000001100011110111001101101001100110010101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97418F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97418F; }

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

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

<style>
 a { background-color: #97418F; }

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

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

<style>
 span { border-color: #97418F; }

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

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