#93186B

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

Shades of Dark Purple #93186B

Tints of Dark Purple #93186B

Color information

#93186B (or 0x93186B) is unknown color: approx Dark Purple. HEX triplet: 93, 18 and 6B. RGB value is (147,24,107). Sum of RGB (Red+Green+Blue) = 147+24+107=278 (36% of max value = 765). Red value is 147 (57.81% from 255 or 52.88% from 278); Green value is 24 (9.77% from 255 or 8.63% from 278); Blue value is 107 (42.19% from 255 or 38.49% from 278); Max value from RGB is 147 - color contains mainly: red. Hex color #93186B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93186B is #6CE794. Grayscale: #464646. Windows color (decimal): -7137173 or 7018643. OLE color: 7018643.

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

Color convert

RGB14724107-
CMYK00.840.270.42
HSL319.51º71.93%33.53%-
HSV(B)319.51º83.67%57.65%-
XYZ15.017.9214.65-
YUV70.24148.75182.75-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 52.88%
GREEN value IS 24 (9.77% from 255) = 8.63%
BLUE value IS 107 (42.19% from 255) = 38.49%
R=52.88%
G=8.63%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1472410700.840.270.42319.5171.9333.53
Hex93186B0541B2A1404822
Octal223301530124335250011042
Binary1001001111000110101101010100110111010101010000001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93186B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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