Html Css Color HEX #962986 Dark Purple

📋 copy color: '#962986'

red 150 ◦ green 41 ◦ blue 134

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

Shades of Dark Purple #962986

Tints of Dark Purple #962986

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.62%

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

R = 46.15%
G = 12.62%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#962986 (or 0x962986) is known color: Dark Purple. HEX triplet: 96, 29 and 86. RGB value is (150,41,134). Sum of RGB (Red+Green+Blue) = 150+41+134=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 134 (52.73% from 255 or 41.23% from 325); Max value from RGB is 150 - color contains mainly: red. Hex color #962986 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962986 is #69D679. Grayscale: #535353. Windows color (decimal): -6936186 or 8792470. OLE color: 8792470.

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

Color convert

RGB 150 41 134 -
CMYK 0 0.73 0.11 0.41
HSL 308.81º 0.57% 0.37% -
HSV(B) 308.81º 0.73% 0.59% -
XYZ 17.67 9.79 23.51 -
YUV 84.19 156.11 174.94 -
System Red Green Blue C M Y K H S L
Decimal 150 41 134 0 0.73 0.11 0.41 308.81 0.57 0.37
Hex 96 29 86 0 49 B 29 135 39 25
Octal 226 51 206 0 111 13 51 465 71 45
Binary 10010110 101001 10000110 0 1001001 1011 101001 100110101 111001 100101

Color Harmonies of #962986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962986

Black with #962986

Text Example


Text Example

White with #962986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962986; }

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

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

background-color css

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

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

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

border-color css

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

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

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