Html Css Color HEX #962992 Vivid Violet

📋 copy color: '#962992'

red 150 ◦ green 41 ◦ blue 146

#962992
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #962992

Tints of Vivid Violet #962992

RGB

 RED value IS 150 (58.98% from 255) = 44.51%

 GREEN value IS 41 (16.41% from 255) = 12.17%

 BLUE value IS 146 (57.42% from 255) = 43.32%

R = 44.51%
G = 12.17%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#962992 (or 0x962992) is known color: Vivid Violet. HEX triplet: 96, 29 and 92. RGB value is (150,41,146). Sum of RGB (Red+Green+Blue) = 150+41+146=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 41 (16.41% from 255 or 12.17% from 337); Blue value is 146 (57.42% from 255 or 43.32% from 337); Max value from RGB is 150 - color contains mainly: red. Hex color #962992 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962992 is #69D66D. Grayscale: #555555. Windows color (decimal): -6936174 or 9578902. OLE color: 9578902.

HSL color Cylindrical-coordinate representation of color #962992: hue angle of 302.2º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #962992 is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 41 146 -
CMYK 0 0.73 0.03 0.41
HSL 302.2º 0.57% 0.37% -
HSV(B) 302.2º 0.73% 0.59% -
XYZ 18.56 10.15 28.17 -
YUV 85.56 162.11 173.96 -
System Red Green Blue C M Y K H S L
Decimal 150 41 146 0 0.73 0.03 0.41 302.2 0.57 0.37
Hex 96 29 92 0 49 3 29 12E 39 25
Octal 226 51 222 0 111 3 51 456 71 45
Binary 10010110 101001 10010010 0 1001001 11 101001 100101110 111001 100101

Color Harmonies of #962992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962992

Black with #962992

Text Example


Text Example

White with #962992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962992; }

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

 H1.HeaderClassName
 {
   color: #962992;
 }
 .AnyTagClassName
 {
   color: #962992;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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