#962AAA

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

Shades of Vivid Violet #962AAA

Tints of Vivid Violet #962AAA

Color information

#962AAA (or 0x962AAA) is unknown color: approx Vivid Violet. HEX triplet: 96, 2A and AA. RGB value is (150,42,170). Sum of RGB (Red+Green+Blue) = 150+42+170=362 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.44% from 362); Green value is 42 (16.80% from 255 or 11.60% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 170 - color contains mainly: blue. Hex color #962AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962AAA is #69D555. Grayscale: #585858. Windows color (decimal): -6935894 or 11152022. OLE color: 11152022.

HSL color Cylindrical-coordinate representation of color #962AAA: hue angle of 290.62º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #962AAA is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15042170-
CMYK0.120.7500.33
HSL290.62º60.38%41.57%-
HSV(B)290.62º75.29%66.67%-
XYZ20.6611.0439.07-
YUV88.88173.78171.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.44%
GREEN value IS 42 (16.80% from 255) = 11.60%
BLUE value IS 170 (66.80% from 255) = 46.96%
R=41.44%
G=11.60%
B=46.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal150421700.120.7500.33290.6260.3841.57
Hex962AAAC4B0211233c2a
Octal22652252141130414437452
Binary1001011010101010101010110010010110100001100100011111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,42,170); }

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

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

 a { background-color: rgb(150,42,170); }

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

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

 span { border-color: rgb(150,42,170); }

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