Html Css Color HEX #962099 Vivid Violet

📋 copy color: '#962099'

red 150 ◦ green 32 ◦ blue 153

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

Shades of Vivid Violet #962099

Tints of Vivid Violet #962099

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.55%

 BLUE value IS 153 (60.16% from 255) = 45.67%

R = 44.78%
G = 9.55%
B = 45.67%

CMYK

 C value IS 0.02

 M value IS 0.79

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#962099 (or 0x962099) is known color: Vivid Violet. HEX triplet: 96, 20 and 99. RGB value is (150,32,153). Sum of RGB (Red+Green+Blue) = 150+32+153=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 153 (60.16% from 255 or 45.67% from 335); Max value from RGB is 153 - color contains mainly: blue. Hex color #962099 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962099 is #69DF66. Grayscale: #505050. Windows color (decimal): -6938471 or 10035350. OLE color: 10035350.

HSL color Cylindrical-coordinate representation of color #962099: hue angle of 298.51º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #962099 is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 150 32 153 -
CMYK 0.02 0.79 0 0.4
HSL 298.51º 0.65% 0.36% -
HSV(B) 298.51º 0.79% 0.6% -
XYZ 18.84 9.82 31.04 -
YUV 81.08 168.59 177.16 -
System Red Green Blue C M Y K H S L
Decimal 150 32 153 0.02 0.79 0 0.4 298.51 0.65 0.36
Hex 96 20 99 2 4F 0 28 12B 41 24
Octal 226 40 231 2 117 0 50 453 101 44
Binary 10010110 100000 10011001 10 1001111 0 101000 100101011 1000001 100100

Color Harmonies of #962099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962099

Black with #962099

Text Example


Text Example

White with #962099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962099; }

 p { color: rgb(150,32,153); }

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

background-color css

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

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

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

border-color css

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

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

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