#93196B

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

Shades of Dark Purple #93196B

Tints of Dark Purple #93196B

Color information

#93196B (or 0x93196B) is unknown color: approx Dark Purple. HEX triplet: 93, 19 and 6B. RGB value is (147,25,107). Sum of RGB (Red+Green+Blue) = 147+25+107=279 (36% of max value = 765). Red value is 147 (57.81% from 255 or 52.69% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 107 (42.19% from 255 or 38.35% from 279); Max value from RGB is 147 - color contains mainly: red. Hex color #93196B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93196B is #6CE694. Grayscale: #464646. Windows color (decimal): -7136917 or 7018899. OLE color: 7018899.

HSL color Cylindrical-coordinate representation of color #93196B: hue angle of 319.67º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #93196B is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB14725107-
CMYK00.830.270.42
HSL319.67º70.93%33.73%-
HSV(B)319.67º82.99%57.65%-
XYZ15.037.9614.65-
YUV70.83148.42182.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 52.69%
GREEN value IS 25 (10.16% from 255) = 8.96%
BLUE value IS 107 (42.19% from 255) = 38.35%
R=52.69%
G=8.96%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1472510700.830.270.42319.6770.9333.73
Hex93196B0531B2A1404722
Octal223311530123335250010742
Binary1001001111001110101101010011110111010101010000001000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93196B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,25,107); }

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

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

 a { background-color: rgb(147,25,107); }

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

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

 span { border-color: rgb(147,25,107); }

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