#96168A

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

Shades of Dark Purple #96168A

Tints of Dark Purple #96168A

Color information

#96168A (or 0x96168A) is unknown color: approx Dark Purple. HEX triplet: 96, 16 and 8A. RGB value is (150,22,138). Sum of RGB (Red+Green+Blue) = 150+22+138=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 22 (8.98% from 255 or 7.10% from 310); Blue value is 138 (54.30% from 255 or 44.52% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #96168A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96168A is #69E975. Grayscale: #494949. Windows color (decimal): -6941046 or 9049750. OLE color: 9049750.

HSL color Cylindrical-coordinate representation of color #96168A: hue angle of 305.62º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #96168A is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB15022138-
CMYK00.850.080.41
HSL305.62º74.42%33.73%-
HSV(B)305.62º85.33%58.82%-
XYZ17.458.8924.84-
YUV73.5164.41182.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.39%
GREEN value IS 22 (8.98% from 255) = 7.10%
BLUE value IS 138 (54.30% from 255) = 44.52%
R=48.39%
G=7.10%
B=44.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1502213800.850.080.41305.6274.4233.73
Hex96168A0558291324a22
Octal226262120125105146211242
Binary1001011010110100010100101010110001010011001100101001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96168A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96168A; }

 p { color: rgb(150,22,138); }

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

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

 a { background-color: rgb(150,22,138); }

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

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

 span { border-color: rgb(150,22,138); }

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