Html Css Color HEX #962B99 Vivid Violet

📋 copy color: '#962B99'

red 150 ◦ green 43 ◦ blue 153

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

Shades of Vivid Violet #962B99

Tints of Vivid Violet #962B99

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.43%

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

R = 43.35%
G = 12.43%
B = 44.22%

CMYK

 C value IS 0.02

 M value IS 0.72

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#962B99 (or 0x962B99) is known color: Vivid Violet. HEX triplet: 96, 2B and 99. RGB value is (150,43,153). Sum of RGB (Red+Green+Blue) = 150+43+153=346 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.35% from 346); Green value is 43 (17.19% from 255 or 12.43% from 346); Blue value is 153 (60.16% from 255 or 44.22% from 346); Max value from RGB is 153 - color contains mainly: blue. Hex color #962B99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962B99 is #69D466. Grayscale: #575757. Windows color (decimal): -6935655 or 10038166. OLE color: 10038166.

HSL color Cylindrical-coordinate representation of color #962B99: hue angle of 298.36º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #962B99 is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 150 43 153 -
CMYK 0.02 0.72 0 0.4
HSL 298.36º 0.56% 0.38% -
HSV(B) 298.36º 0.72% 0.6% -
XYZ 19.19 10.51 31.15 -
YUV 87.53 164.95 172.56 -
System Red Green Blue C M Y K H S L
Decimal 150 43 153 0.02 0.72 0 0.4 298.36 0.56 0.38
Hex 96 2B 99 2 48 0 28 12A 38 26
Octal 226 53 231 2 110 0 50 452 70 46
Binary 10010110 101011 10011001 10 1001000 0 101000 100101010 111000 100110

Color Harmonies of #962B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962B99

Black with #962B99

Text Example


Text Example

White with #962B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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