#962DA4

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

Shades of Vivid Violet #962DA4

Tints of Vivid Violet #962DA4

Color information

#962DA4 (or 0x962DA4) is unknown color: approx Vivid Violet. HEX triplet: 96, 2D and A4. RGB value is (150,45,164). Sum of RGB (Red+Green+Blue) = 150+45+164=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 45 (17.97% from 255 or 12.53% from 359); Blue value is 164 (64.45% from 255 or 45.68% from 359); Max value from RGB is 164 - color contains mainly: blue. Hex color #962DA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962DA4 is #69D25B. Grayscale: #595959. Windows color (decimal): -6935132 or 10759574. OLE color: 10759574.

HSL color Cylindrical-coordinate representation of color #962DA4: hue angle of 292.94º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #962DA4 is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB15045164-
CMYK0.090.7300.36
HSL292.94º56.94%40.98%-
HSV(B)292.94º72.56%64.31%-
XYZ20.2211.0436.19-
YUV89.96169.79170.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.78%
GREEN value IS 45 (17.97% from 255) = 12.53%
BLUE value IS 164 (64.45% from 255) = 45.68%
R=41.78%
G=12.53%
B=45.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal150451640.090.7300.36292.9456.9440.98
Hex962DA49490241253929
Octal22655244111110444457151
Binary1001011010110110100100100110010010100100100100101111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962DA4; }

 p { color: rgb(150,45,164); }

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

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

 a { background-color: rgb(150,45,164); }

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

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

 span { border-color: rgb(150,45,164); }

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