#962494

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

Shades of Vivid Violet #962494

Tints of Vivid Violet #962494

Color information

#962494 (or 0x962494) is unknown color: approx Vivid Violet. HEX triplet: 96, 24 and 94. RGB value is (150,36,148). Sum of RGB (Red+Green+Blue) = 150+36+148=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 36 (14.45% from 255 or 10.78% from 334); Blue value is 148 (58.20% from 255 or 44.31% from 334); Max value from RGB is 150 - color contains mainly: red. Hex color #962494 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962494 is #69DB6B. Grayscale: #525252. Windows color (decimal): -6937452 or 9708694. OLE color: 9708694.

HSL color Cylindrical-coordinate representation of color #962494: hue angle of 301.05º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #962494 is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB15036148-
CMYK00.760.010.41
HSL301.05º61.29%36.47%-
HSV(B)301.05º76%58.82%-
XYZ18.559.8828.95-
YUV82.85164.77175.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.91%
GREEN value IS 36 (14.45% from 255) = 10.78%
BLUE value IS 148 (58.20% from 255) = 44.31%
R=44.91%
G=10.78%
B=44.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1503614800.760.010.41301.0561.2936.47
Hex96249404C12912d3d24
Octal2264422401141514557544
Binary1001011010010010010100010011001101001100101101111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962494; }

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

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

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

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

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

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

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

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