Html Css Color HEX #962086 Dark Purple

📋 copy color: '#962086'

red 150 ◦ green 32 ◦ blue 134

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

Shades of Dark Purple #962086

Tints of Dark Purple #962086

RGB

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

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

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

R = 47.47%
G = 10.13%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#962086 (or 0x962086) is known color: Dark Purple. HEX triplet: 96, 20 and 86. RGB value is (150,32,134). Sum of RGB (Red+Green+Blue) = 150+32+134=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 134 (52.73% from 255 or 42.41% from 316); Max value from RGB is 150 - color contains mainly: red. Hex color #962086 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962086 is #69DF79. Grayscale: #4E4E4E. Windows color (decimal): -6938490 or 8790166. OLE color: 8790166.

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

Color convert

RGB 150 32 134 -
CMYK 0 0.79 0.11 0.41
HSL 308.14º 0.65% 0.36% -
HSV(B) 308.14º 0.79% 0.59% -
XYZ 17.4 9.24 23.42 -
YUV 78.91 159.09 178.71 -
System Red Green Blue C M Y K H S L
Decimal 150 32 134 0 0.79 0.11 0.41 308.14 0.65 0.36
Hex 96 20 86 0 4F B 29 134 41 24
Octal 226 40 206 0 117 13 51 464 101 44
Binary 10010110 100000 10000110 0 1001111 1011 101001 100110100 1000001 100100

Color Harmonies of #962086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962086

Black with #962086

Text Example


Text Example

White with #962086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962086; }

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

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

background-color css

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

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

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

border-color css

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

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

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