Html Css Color HEX #961886 Dark Purple

📋 copy color: '#961886'

red 150 ◦ green 24 ◦ blue 134

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

Shades of Dark Purple #961886

Tints of Dark Purple #961886

RGB

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

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

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

R = 48.7%
G = 7.79%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#961886 (or 0x961886) is known color: Dark Purple. HEX triplet: 96, 18 and 86. RGB value is (150,24,134). Sum of RGB (Red+Green+Blue) = 150+24+134=308 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.70% from 308); Green value is 24 (9.77% from 255 or 7.79% from 308); Blue value is 134 (52.73% from 255 or 43.51% from 308); Max value from RGB is 150 - color contains mainly: red. Hex color #961886 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961886 is #69E779. Grayscale: #494949. Windows color (decimal): -6940538 or 8788118. OLE color: 8788118.

HSL color Cylindrical-coordinate representation of color #961886: hue angle of 307.62º 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 #961886 is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 24 134 -
CMYK 0 0.84 0.11 0.41
HSL 307.62º 0.72% 0.34% -
HSV(B) 307.62º 0.84% 0.59% -
XYZ 17.21 8.86 23.36 -
YUV 74.21 161.74 182.06 -
System Red Green Blue C M Y K H S L
Decimal 150 24 134 0 0.84 0.11 0.41 307.62 0.72 0.34
Hex 96 18 86 0 54 B 29 134 48 22
Octal 226 30 206 0 124 13 51 464 110 42
Binary 10010110 11000 10000110 0 1010100 1011 101001 100110100 1001000 100010

Color Harmonies of #961886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961886

Black with #961886

Text Example


Text Example

White with #961886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961886; }

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

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

background-color css

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

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

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

border-color css

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

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

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