Html Css Color HEX #961988 Dark Purple

📋 copy color: '#961988'

red 150 ◦ green 25 ◦ blue 136

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

Shades of Dark Purple #961988

Tints of Dark Purple #961988

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.04%

 BLUE value IS 136 (53.52% from 255) = 43.73%

R = 48.23%
G = 8.04%
B = 43.73%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#961988 (or 0x961988) is known color: Dark Purple. HEX triplet: 96, 19 and 88. RGB value is (150,25,136). Sum of RGB (Red+Green+Blue) = 150+25+136=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 136 (53.52% from 255 or 43.73% from 311); Max value from RGB is 150 - color contains mainly: red. Hex color #961988 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961988 is #69E677. Grayscale: #4A4A4A. Windows color (decimal): -6940280 or 8919446. OLE color: 8919446.

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

Color convert

RGB 150 25 136 -
CMYK 0 0.83 0.09 0.41
HSL 306.72º 0.71% 0.34% -
HSV(B) 306.72º 0.83% 0.59% -
XYZ 17.37 8.96 24.11 -
YUV 75.03 162.41 181.47 -
System Red Green Blue C M Y K H S L
Decimal 150 25 136 0 0.83 0.09 0.41 306.72 0.71 0.34
Hex 96 19 88 0 53 9 29 133 47 22
Octal 226 31 210 0 123 11 51 463 107 42
Binary 10010110 11001 10001000 0 1010011 1001 101001 100110011 1000111 100010

Color Harmonies of #961988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961988

Black with #961988

Text Example


Text Example

White with #961988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961988; }

 p { color: rgb(150,25,136); }

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

background-color css

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

 a { background-color: rgb(150,25,136); }

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

border-color css

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

 span { border-color: rgb(150,25,136); }

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