Html Css Color HEX #962B86 Dark Purple

📋 copy color: '#962B86'

red 150 ◦ green 43 ◦ blue 134

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

Shades of Dark Purple #962B86

Tints of Dark Purple #962B86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 40.98%

R = 45.87%
G = 13.15%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#962B86 (or 0x962B86) is known color: Dark Purple. HEX triplet: 96, 2B and 86. RGB value is (150,43,134). Sum of RGB (Red+Green+Blue) = 150+43+134=327 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.87% from 327); Green value is 43 (17.19% from 255 or 13.15% from 327); Blue value is 134 (52.73% from 255 or 40.98% from 327); Max value from RGB is 150 - color contains mainly: red. Hex color #962B86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962B86 is #69D479. Grayscale: #555555. Windows color (decimal): -6935674 or 8792982. OLE color: 8792982.

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

Color convert

RGB 150 43 134 -
CMYK 0 0.71 0.11 0.41
HSL 308.97º 0.55% 0.38% -
HSV(B) 308.97º 0.71% 0.59% -
XYZ 17.74 9.93 23.54 -
YUV 85.37 155.45 174.1 -
System Red Green Blue C M Y K H S L
Decimal 150 43 134 0 0.71 0.11 0.41 308.97 0.55 0.38
Hex 96 2B 86 0 47 B 29 135 37 26
Octal 226 53 206 0 107 13 51 465 67 46
Binary 10010110 101011 10000110 0 1000111 1011 101001 100110101 110111 100110

Color Harmonies of #962B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962B86

Black with #962B86

Text Example


Text Example

White with #962B86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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