#96268A

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

Shades of Dark Purple #96268A

Tints of Dark Purple #96268A

Color information

#96268A (or 0x96268A) is unknown color: approx Dark Purple. HEX triplet: 96, 26 and 8A. RGB value is (150,38,138). Sum of RGB (Red+Green+Blue) = 150+38+138=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 38 (15.23% from 255 or 11.66% from 326); Blue value is 138 (54.30% from 255 or 42.33% from 326); Max value from RGB is 150 - color contains mainly: red. Hex color #96268A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96268A is #69D975. Grayscale: #525252. Windows color (decimal): -6936950 or 9053846. OLE color: 9053846.

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

Color convert

RGB15038138-
CMYK00.750.080.41
HSL306.43º59.57%36.86%-
HSV(B)306.43º74.67%58.82%-
XYZ17.869.7124.98-
YUV82.89159.11175.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.01%
GREEN value IS 38 (15.23% from 255) = 11.66%
BLUE value IS 138 (54.30% from 255) = 42.33%
R=46.01%
G=11.66%
B=42.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1503813800.750.080.41306.4359.5736.86
Hex96268A04B8291323c25
Octal22646212011310514627445
Binary1001011010011010001010010010111000101001100110010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96268A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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