#96277F

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

Shades of Dark Purple #96277F

Tints of Dark Purple #96277F

Color information

#96277F (or 0x96277F) is unknown color: approx Dark Purple. HEX triplet: 96, 27 and 7F. RGB value is (150,39,127). Sum of RGB (Red+Green+Blue) = 150+39+127=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 39 (15.62% from 255 or 12.34% from 316); Blue value is 127 (50% from 255 or 40.19% from 316); Max value from RGB is 150 - color contains mainly: red. Hex color #96277F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96277F is #69D880. Grayscale: #515151. Windows color (decimal): -6936705 or 8333206. OLE color: 8333206.

HSL color Cylindrical-coordinate representation of color #96277F: hue angle of 312.43º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #96277F is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB15039127-
CMYK00.740.150.41
HSL312.43º58.73%37.06%-
HSV(B)312.43º74%58.82%-
XYZ17.139.4721-
YUV82.22153.27176.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.47%
GREEN value IS 39 (15.62% from 255) = 12.34%
BLUE value IS 127 (50% from 255) = 40.19%
R=47.47%
G=12.34%
B=40.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1503912700.740.150.41312.4358.7337.06
Hex96277F04AF291383b25
Octal22647177011217514707345
Binary100101101001111111111010010101111101001100111000111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96277F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96277F; }

 p { color: rgb(150,39,127); }

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

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

 a { background-color: rgb(150,39,127); }

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

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

 span { border-color: rgb(150,39,127); }

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