#952399

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

Shades of Vivid Violet #952399

Tints of Vivid Violet #952399

Color information

#952399 (or 0x952399) is unknown color: approx Vivid Violet. HEX triplet: 95, 23 and 99. RGB value is (149,35,153). Sum of RGB (Red+Green+Blue) = 149+35+153=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 35 (14.06% from 255 or 10.39% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 153 - color contains mainly: blue. Hex color #952399 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952399 is #6ADC66. Grayscale: #525252. Windows color (decimal): -7003239 or 10036117. OLE color: 10036117.

HSL color Cylindrical-coordinate representation of color #952399: hue angle of 297.97º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #952399 is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB14935153-
CMYK0.030.7700.4
HSL297.97º62.77%36.86%-
HSV(B)297.97º77.12%60%-
XYZ18.759.8931.06-
YUV82.54167.77175.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.21%
GREEN value IS 35 (14.06% from 255) = 10.39%
BLUE value IS 153 (60.16% from 255) = 45.40%
R=44.21%
G=10.39%
B=45.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal149351530.030.7700.4297.9762.7736.86
Hex95239934D02812a3f25
Octal2254323131150504527745
Binary10010101100011100110011110011010101000100101010111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952399; }

 p { color: rgb(149,35,153); }

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

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

 a { background-color: rgb(149,35,153); }

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

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

 span { border-color: rgb(149,35,153); }

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