Html Css Color HEX #961081 Dark Purple

📋 copy color: '#961081'

red 150 ◦ green 16 ◦ blue 129

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

Shades of Dark Purple #961081

Tints of Dark Purple #961081

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.42%

 BLUE value IS 129 (50.78% from 255) = 43.73%

R = 50.85%
G = 5.42%
B = 43.73%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#961081 (or 0x961081) is known color: Dark Purple. HEX triplet: 96, 10 and 81. RGB value is (150,16,129). Sum of RGB (Red+Green+Blue) = 150+16+129=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 129 (50.78% from 255 or 43.73% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #961081 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961081 is #69EF7E. Grayscale: #444444. Windows color (decimal): -6942591 or 8458390. OLE color: 8458390.

HSL color Cylindrical-coordinate representation of color #961081: hue angle of 309.4º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #961081 is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 16 129 -
CMYK 0 0.89 0.14 0.41
HSL 309.4º 0.81% 0.33% -
HSV(B) 309.4º 0.89% 0.59% -
XYZ 16.73 8.44 21.52 -
YUV 68.95 161.89 185.81 -
System Red Green Blue C M Y K H S L
Decimal 150 16 129 0 0.89 0.14 0.41 309.4 0.81 0.33
Hex 96 10 81 0 59 E 29 135 51 21
Octal 226 20 201 0 131 16 51 465 121 41
Binary 10010110 10000 10000001 0 1011001 1110 101001 100110101 1010001 100001

Color Harmonies of #961081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961081

Black with #961081

Text Example


Text Example

White with #961081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961081; }

 p { color: rgb(150,16,129); }

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

background-color css

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

 a { background-color: rgb(150,16,129); }

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

border-color css

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

 span { border-color: rgb(150,16,129); }

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