#96267D

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

Shades of Dark Purple #96267D

Tints of Dark Purple #96267D

Color information

#96267D (or 0x96267D) is unknown color: approx Dark Purple. HEX triplet: 96, 26 and 7D. RGB value is (150,38,125). Sum of RGB (Red+Green+Blue) = 150+38+125=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 125 (49.22% from 255 or 39.94% from 313); Max value from RGB is 150 - color contains mainly: red. Hex color #96267D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96267D is #69D982. Grayscale: #515151. Windows color (decimal): -6936963 or 8201878. OLE color: 8201878.

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

Color convert

RGB15038125-
CMYK00.750.170.41
HSL313.39º59.57%36.86%-
HSV(B)313.39º74.67%58.82%-
XYZ16.979.3520.31-
YUV81.41152.61176.93-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.92%
GREEN value IS 38 (15.23% from 255) = 12.14%
BLUE value IS 125 (49.22% from 255) = 39.94%
R=47.92%
G=12.14%
B=39.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1503812500.750.170.41313.3959.5736.86
Hex96267D04B11291393c25
Octal22646175011321514717445
Binary1001011010011011111010100101110001101001100111001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96267D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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