#96338B

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

Shades of Dark Purple #96338B

Tints of Dark Purple #96338B

Color information

#96338B (or 0x96338B) is unknown color: approx Dark Purple. HEX triplet: 96, 33 and 8B. RGB value is (150,51,139). Sum of RGB (Red+Green+Blue) = 150+51+139=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 51 (20.31% from 255 or 15% from 340); Blue value is 139 (54.69% from 255 or 40.88% from 340); Max value from RGB is 150 - color contains mainly: red. Hex color #96338B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96338B is #69CC74. Grayscale: #5A5A5A. Windows color (decimal): -6933621 or 9122710. OLE color: 9122710.

HSL color Cylindrical-coordinate representation of color #96338B: hue angle of 306.67º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #96338B is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB15051139-
CMYK00.660.070.41
HSL306.67º49.25%39.41%-
HSV(B)306.67º66%58.82%-
XYZ18.4210.7225.52-
YUV90.63155.3170.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.12%
GREEN value IS 51 (20.31% from 255) = 15%
BLUE value IS 139 (54.69% from 255) = 40.88%
R=44.12%
G=15%
B=40.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505113900.660.070.41306.6749.2539.41
Hex96338B0427291333127
Octal2266321301027514636147
Binary100101101100111000101101000010111101001100110011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96338B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,51,139); }

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

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

 a { background-color: rgb(150,51,139); }

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

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

 span { border-color: rgb(150,51,139); }

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