Html Css Color HEX #962496 Vivid Violet

📋 copy color: '#962496'

red 150 ◦ green 36 ◦ blue 150

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

Shades of Vivid Violet #962496

Tints of Vivid Violet #962496

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.71%

 BLUE value IS 150 (58.98% from 255) = 44.64%

R = 44.64%
G = 10.71%
B = 44.64%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#962496 (or 0x962496) is known color: Vivid Violet. HEX triplet: 96, 24 and 96. RGB value is (150,36,150). Sum of RGB (Red+Green+Blue) = 150+36+150=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 36 (14.45% from 255 or 10.71% from 336); Blue value is 150 (58.98% from 255 or 44.64% from 336); Max value from RGB is 150 - color contains mainly: red, blue. Hex color #962496 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962496 is #69DB69. Grayscale: #525252. Windows color (decimal): -6937450 or 9839766. OLE color: 9839766.

HSL color Cylindrical-coordinate representation of color #962496: hue angle of 300º 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 #962496 is Cyan = 0, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 36 150 -
CMYK 0 0.76 0 0.41
HSL 300º 0.61% 0.36% -
HSV(B) 300º 0.76% 0.59% -
XYZ 18.71 9.95 29.79 -
YUV 83.08 165.77 175.73 -
System Red Green Blue C M Y K H S L
Decimal 150 36 150 0 0.76 0 0.41 300 0.61 0.36
Hex 96 24 96 0 4C 0 29 12C 3D 24
Octal 226 44 226 0 114 0 51 454 75 44
Binary 10010110 100100 10010110 0 1001100 0 101001 100101100 111101 100100

Color Harmonies of #962496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962496

Black with #962496

Text Example


Text Example

White with #962496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962496; }

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

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

background-color css

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

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

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

border-color css

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

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

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