#961885

Color #961885 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #961885

Tints of Dark Purple #961885

Color information

#961885 (or 0x961885) is unknown color: approx Dark Purple. HEX triplet: 96, 18 and 85. RGB value is (150,24,133). Sum of RGB (Red+Green+Blue) = 150+24+133=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 24 (9.77% from 255 or 7.82% from 307); Blue value is 133 (52.34% from 255 or 43.32% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #961885 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961885 is #69E77A. Grayscale: #494949. Windows color (decimal): -6940539 or 8722582. OLE color: 8722582.

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

Color convert

RGB15024133-
CMYK00.840.110.41
HSL308.1º72.41%34.12%-
HSV(B)308.1º84%58.82%-
XYZ17.148.8322.99-
YUV74.1161.24182.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.86%
GREEN value IS 24 (9.77% from 255) = 7.82%
BLUE value IS 133 (52.34% from 255) = 43.32%
R=48.86%
G=7.82%
B=43.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1502413300.840.110.41308.172.4134.12
Hex961885054B291344822
Octal226302050124135146411042
Binary1001011011000100001010101010010111010011001101001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961885; }

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

 H1.HeaderClassName
 {
   color: #961885;
 }
 .AnyTagClassName
 {
   color: #961885;
 }
</style>
background-color css

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

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

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

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

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

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