Html Css Color HEX #961888 Dark Purple

📋 copy color: '#961888'

red 150 ◦ green 24 ◦ blue 136

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

Shades of Dark Purple #961888

Tints of Dark Purple #961888

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.74%

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

R = 48.39%
G = 7.74%
B = 43.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#961888 (or 0x961888) is known color: Dark Purple. HEX triplet: 96, 18 and 88. RGB value is (150,24,136). Sum of RGB (Red+Green+Blue) = 150+24+136=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 24 (9.77% from 255 or 7.74% from 310); Blue value is 136 (53.52% from 255 or 43.87% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #961888 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961888 is #69E777. Grayscale: #4A4A4A. Windows color (decimal): -6940536 or 8919190. OLE color: 8919190.

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

Color convert

RGB 150 24 136 -
CMYK 0 0.84 0.09 0.41
HSL 306.67º 0.72% 0.34% -
HSV(B) 306.67º 0.84% 0.59% -
XYZ 17.35 8.91 24.1 -
YUV 74.44 162.74 181.89 -
System Red Green Blue C M Y K H S L
Decimal 150 24 136 0 0.84 0.09 0.41 306.67 0.72 0.34
Hex 96 18 88 0 54 9 29 133 48 22
Octal 226 30 210 0 124 11 51 463 110 42
Binary 10010110 11000 10001000 0 1010100 1001 101001 100110011 1001000 100010

Color Harmonies of #961888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961888

Black with #961888

Text Example


Text Example

White with #961888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961888; }

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

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

background-color css

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

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

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

border-color css

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

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

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