#95209D

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

Shades of Vivid Violet #95209D

Tints of Vivid Violet #95209D

Color information

#95209D (or 0x95209D) is unknown color: approx Vivid Violet. HEX triplet: 95, 20 and 9D. RGB value is (149,32,157). Sum of RGB (Red+Green+Blue) = 149+32+157=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 32 (12.89% from 255 or 9.47% from 338); Blue value is 157 (61.72% from 255 or 46.45% from 338); Max value from RGB is 157 - color contains mainly: blue. Hex color #95209D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95209D is #6ADF62. Grayscale: #505050. Windows color (decimal): -7004003 or 10297493. OLE color: 10297493.

HSL color Cylindrical-coordinate representation of color #95209D: hue angle of 296.16º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #95209D is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14932157-
CMYK0.050.8000.38
HSL296.16º66.14%37.06%-
HSV(B)296.16º79.62%61.57%-
XYZ199.8632.8-
YUV81.23170.76176.34-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.08%
GREEN value IS 32 (12.89% from 255) = 9.47%
BLUE value IS 157 (61.72% from 255) = 46.45%
R=44.08%
G=9.47%
B=46.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal149321570.050.8000.38296.1666.1437.06
Hex95209D5500261284225
Octal22540235512004645010245
Binary1001010110000010011101101101000001001101001010001000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95209D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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