#96267E

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

Shades of Dark Purple #96267E

Tints of Dark Purple #96267E

Color information

#96267E (or 0x96267E) is unknown color: approx Dark Purple. HEX triplet: 96, 26 and 7E. RGB value is (150,38,126). Sum of RGB (Red+Green+Blue) = 150+38+126=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 126 (49.61% from 255 or 40.13% from 314); Max value from RGB is 150 - color contains mainly: red. Hex color #96267E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96267E is #69D981. Grayscale: #515151. Windows color (decimal): -6936962 or 8267414. OLE color: 8267414.

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

Color convert

RGB15038126-
CMYK00.750.160.41
HSL312.86º59.57%36.86%-
HSV(B)312.86º74.67%58.82%-
XYZ17.049.3820.65-
YUV81.52153.11176.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.77%
GREEN value IS 38 (15.23% from 255) = 12.10%
BLUE value IS 126 (49.61% from 255) = 40.13%
R=47.77%
G=12.10%
B=40.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1503812600.750.160.41312.8659.5736.86
Hex96267E04B10291393c25
Octal22646176011320514717445
Binary1001011010011011111100100101110000101001100111001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96267E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96267E; }

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

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

<style>
 a { background-color: #96267E; }

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

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

<style>
 span { border-color: #96267E; }

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

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