#96308A

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

Shades of Dark Purple #96308A

Tints of Dark Purple #96308A

Color information

#96308A (or 0x96308A) is unknown color: approx Dark Purple. HEX triplet: 96, 30 and 8A. RGB value is (150,48,138). Sum of RGB (Red+Green+Blue) = 150+48+138=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 48 (19.14% from 255 or 14.29% from 336); Blue value is 138 (54.30% from 255 or 41.07% from 336); Max value from RGB is 150 - color contains mainly: red. Hex color #96308A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96308A is #69CF75. Grayscale: #585858. Windows color (decimal): -6934390 or 9056406. OLE color: 9056406.

HSL color Cylindrical-coordinate representation of color #96308A: hue angle of 307.06º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #96308A is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB15048138-
CMYK00.680.080.41
HSL307.06º51.52%38.82%-
HSV(B)307.06º68%58.82%-
XYZ18.2210.4325.1-
YUV88.76155.79171.68-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.64%
GREEN value IS 48 (19.14% from 255) = 14.29%
BLUE value IS 138 (54.30% from 255) = 41.07%
R=44.64%
G=14.29%
B=41.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504813800.680.080.41307.0651.5238.82
Hex96308A0448291333427
Octal22660212010410514636447
Binary1001011011000010001010010001001000101001100110011110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96308A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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