#96266B

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

Shades of Dark Purple #96266B

Tints of Dark Purple #96266B

Color information

#96266B (or 0x96266B) is unknown color: approx Dark Purple. HEX triplet: 96, 26 and 6B. RGB value is (150,38,107). Sum of RGB (Red+Green+Blue) = 150+38+107=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #96266B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96266B is #69D994. Grayscale: #4F4F4F. Windows color (decimal): -6936981 or 7022230. OLE color: 7022230.

HSL color Cylindrical-coordinate representation of color #96266B: hue angle of 323.04º 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 #96266B is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB15038107-
CMYK00.750.290.41
HSL323.04º59.57%36.86%-
HSV(B)323.04º74.67%58.82%-
XYZ15.928.9314.79-
YUV79.35143.61178.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.85%
GREEN value IS 38 (15.23% from 255) = 12.88%
BLUE value IS 107 (42.19% from 255) = 36.27%
R=50.85%
G=12.88%
B=36.27%

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
Decimal1503810700.750.290.41323.0459.5736.86
Hex96266B04B1D291433c25
Octal22646153011335515037445
Binary1001011010011011010110100101111101101001101000011111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96266B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,38,107); }

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

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

 a { background-color: rgb(150,38,107); }

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

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

 span { border-color: rgb(150,38,107); }

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