Html Css Color HEX #962586 Dark Purple

📋 copy color: '#962586'

red 150 ◦ green 37 ◦ blue 134

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

Shades of Dark Purple #962586

Tints of Dark Purple #962586

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.53%

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

R = 46.73%
G = 11.53%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#962586 (or 0x962586) is known color: Dark Purple. HEX triplet: 96, 25 and 86. RGB value is (150,37,134). Sum of RGB (Red+Green+Blue) = 150+37+134=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 37 (14.84% from 255 or 11.53% from 321); Blue value is 134 (52.73% from 255 or 41.74% from 321); Max value from RGB is 150 - color contains mainly: red. Hex color #962586 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962586 is #69DA79. Grayscale: #515151. Windows color (decimal): -6937210 or 8791446. OLE color: 8791446.

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

Color convert

RGB 150 37 134 -
CMYK 0 0.75 0.11 0.41
HSL 308.5º 0.6% 0.37% -
HSV(B) 308.5º 0.75% 0.59% -
XYZ 17.54 9.53 23.47 -
YUV 81.85 157.44 176.61 -
System Red Green Blue C M Y K H S L
Decimal 150 37 134 0 0.75 0.11 0.41 308.5 0.6 0.37
Hex 96 25 86 0 4B B 29 134 3C 25
Octal 226 45 206 0 113 13 51 464 74 45
Binary 10010110 100101 10000110 0 1001011 1011 101001 100110100 111100 100101

Color Harmonies of #962586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962586

Black with #962586

Text Example


Text Example

White with #962586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962586; }

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

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

background-color css

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

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

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

border-color css

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

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

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