#962499

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

Shades of Vivid Violet #962499

Tints of Vivid Violet #962499

Color information

#962499 (or 0x962499) is unknown color: approx Vivid Violet. HEX triplet: 96, 24 and 99. RGB value is (150,36,153). Sum of RGB (Red+Green+Blue) = 150+36+153=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 36 (14.45% from 255 or 10.62% from 339); Blue value is 153 (60.16% from 255 or 45.13% from 339); Max value from RGB is 153 - color contains mainly: blue. Hex color #962499 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962499 is #69DB66. Grayscale: #535353. Windows color (decimal): -6937447 or 10036374. OLE color: 10036374.

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

Color convert

RGB15036153-
CMYK0.020.7600.4
HSL298.46º61.9%37.06%-
HSV(B)298.46º76.47%60%-
XYZ18.9610.0531.08-
YUV83.42167.27175.49-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.25%
GREEN value IS 36 (14.45% from 255) = 10.62%
BLUE value IS 153 (60.16% from 255) = 45.13%
R=44.25%
G=10.62%
B=45.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal150361530.020.7600.4298.4661.937.06
Hex96249924C02812a3e25
Octal2264423121140504527645
Binary10010110100100100110011010011000101000100101010111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962499; }

 p { color: rgb(150,36,153); }

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

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

 a { background-color: rgb(150,36,153); }

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

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

 span { border-color: rgb(150,36,153); }

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