#96256A

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

Shades of Dark Purple #96256A

Tints of Dark Purple #96256A

Color information

#96256A (or 0x96256A) is unknown color: approx Dark Purple. HEX triplet: 96, 25 and 6A. RGB value is (150,37,106). Sum of RGB (Red+Green+Blue) = 150+37+106=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 37 (14.84% from 255 or 12.63% from 293); Blue value is 106 (41.80% from 255 or 36.18% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #96256A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96256A is #69DA95. Grayscale: #4E4E4E. Windows color (decimal): -6937238 or 6956438. OLE color: 6956438.

HSL color Cylindrical-coordinate representation of color #96256A: hue angle of 323.36º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #96256A is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB15037106-
CMYK00.750.290.41
HSL323.36º60.43%36.67%-
HSV(B)323.36º75.33%58.82%-
XYZ15.848.8514.51-
YUV78.65143.44178.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.19%
GREEN value IS 37 (14.84% from 255) = 12.63%
BLUE value IS 106 (41.80% from 255) = 36.18%
R=51.19%
G=12.63%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1503710600.750.290.41323.3660.4336.67
Hex96256A04B1D291433c25
Octal22645152011335515037445
Binary1001011010010111010100100101111101101001101000011111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96256A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,37,106); }

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

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

 a { background-color: rgb(150,37,106); }

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

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

 span { border-color: rgb(150,37,106); }

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