#95209A

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

Shades of Vivid Violet #95209A

Tints of Vivid Violet #95209A

Color information

#95209A (or 0x95209A) is unknown color: approx Vivid Violet. HEX triplet: 95, 20 and 9A. RGB value is (149,32,154). Sum of RGB (Red+Green+Blue) = 149+32+154=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 154 (60.55% from 255 or 45.97% from 335); Max value from RGB is 154 - color contains mainly: blue. Hex color #95209A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95209A is #6ADF65. Grayscale: #505050. Windows color (decimal): -7004006 or 10100885. OLE color: 10100885.

HSL color Cylindrical-coordinate representation of color #95209A: hue angle of 297.54º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #95209A is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14932154-
CMYK0.030.7900.40
HSL297.54º65.59%36.47%-
HSV(B)297.54º79.22%60.39%-
XYZ18.749.7631.47-
YUV80.89169.26176.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.48%
GREEN value IS 32 (12.89% from 255) = 9.55%
BLUE value IS 154 (60.55% from 255) = 45.97%
R=44.48%
G=9.55%
B=45.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal149321540.030.7900.40297.5465.5936.47
Hex95209A34F02812a4224
Octal22540232311705045210244
Binary100101011000001001101011100111101010001001010101000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95209A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95209A; }

 p { color: rgb(149,32,154); }

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

<style>
 a { background-color: #95209A; }

 a { background-color: rgb(149,32,154); }

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

<style>
 span { border-color: #95209A; }

 span { border-color: rgb(149,32,154); }

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