#962B92

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

Shades of Vivid Violet #962B92

Tints of Vivid Violet #962B92

Color information

#962B92 (or 0x962B92) is unknown color: approx Vivid Violet. HEX triplet: 96, 2B and 92. RGB value is (150,43,146). Sum of RGB (Red+Green+Blue) = 150+43+146=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 43 (17.19% from 255 or 12.68% from 339); Blue value is 146 (57.42% from 255 or 43.07% from 339); Max value from RGB is 150 - color contains mainly: red. Hex color #962B92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962B92 is #69D46D. Grayscale: #565656. Windows color (decimal): -6935662 or 9579414. OLE color: 9579414.

HSL color Cylindrical-coordinate representation of color #962B92: hue angle of 302.24º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #962B92 is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB15043146-
CMYK00.710.030.41
HSL302.24º55.44%37.84%-
HSV(B)302.24º71.33%58.82%-
XYZ18.6310.2928.2-
YUV86.74161.45173.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.25%
GREEN value IS 43 (17.19% from 255) = 12.68%
BLUE value IS 146 (57.42% from 255) = 43.07%
R=44.25%
G=12.68%
B=43.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504314600.710.030.41302.2455.4437.84
Hex962B9204732912e3726
Octal2265322201073514566746
Binary10010110101011100100100100011111101001100101110110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,43,146); }

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

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

 a { background-color: rgb(150,43,146); }

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

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

 span { border-color: rgb(150,43,146); }

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