#96417B

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

Shades of Dark Purple #96417B

Tints of Dark Purple #96417B

Color information

#96417B (or 0x96417B) is unknown color: approx Dark Purple. HEX triplet: 96, 41 and 7B. RGB value is (150,65,123). Sum of RGB (Red+Green+Blue) = 150+65+123=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 150 - color contains mainly: red. Hex color #96417B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96417B is #69BE84. Grayscale: #606060. Windows color (decimal): -6930053 or 8077718. OLE color: 8077718.

HSL color Cylindrical-coordinate representation of color #96417B: hue angle of 319.06º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #96417B is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB15065123-
CMYK00.570.180.41
HSL319.06º39.53%42.16%-
HSV(B)319.06º56.67%58.82%-
XYZ18.0411.6920.05-
YUV97.03142.66165.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.38%
GREEN value IS 65 (25.78% from 255) = 19.23%
BLUE value IS 123 (48.44% from 255) = 36.39%
R=44.38%
G=19.23%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506512300.570.180.41319.0639.5342.16
Hex96417B039122913f282a
Octal22610117307122514775052
Binary1001011010000011111011011100110010101001100111111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96417B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96417B; }

 p { color: rgb(150,65,123); }

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

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

 a { background-color: rgb(150,65,123); }

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

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

 span { border-color: rgb(150,65,123); }

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