Html Css Color HEX #961583 Dark Purple

📋 copy color: '#961583'

red 150 ◦ green 21 ◦ blue 131

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

Shades of Dark Purple #961583

Tints of Dark Purple #961583

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.95%

 BLUE value IS 131 (51.56% from 255) = 43.38%

R = 49.67%
G = 6.95%
B = 43.38%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#961583 (or 0x961583) is known color: Dark Purple. HEX triplet: 96, 15 and 83. RGB value is (150,21,131). Sum of RGB (Red+Green+Blue) = 150+21+131=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 131 (51.56% from 255 or 43.38% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #961583 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961583 is #69EA7C. Grayscale: #474747. Windows color (decimal): -6941309 or 8590742. OLE color: 8590742.

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

Color convert

RGB 150 21 131 -
CMYK 0 0.86 0.13 0.41
HSL 308.84º 0.75% 0.34% -
HSV(B) 308.84º 0.86% 0.59% -
XYZ 16.94 8.66 22.25 -
YUV 72.11 161.24 183.56 -
System Red Green Blue C M Y K H S L
Decimal 150 21 131 0 0.86 0.13 0.41 308.84 0.75 0.34
Hex 96 15 83 0 56 D 29 135 4B 22
Octal 226 25 203 0 126 15 51 465 113 42
Binary 10010110 10101 10000011 0 1010110 1101 101001 100110101 1001011 100010

Color Harmonies of #961583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961583

Black with #961583

Text Example


Text Example

White with #961583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961583; }

 p { color: rgb(150,21,131); }

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

background-color css

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

 a { background-color: rgb(150,21,131); }

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

border-color css

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

 span { border-color: rgb(150,21,131); }

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