#93068C

Color #93068C Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #93068C

Tints of Dark Magenta #93068C

Color information

#93068C (or 0x93068C) is unknown color: approx Dark Magenta. HEX triplet: 93, 06 and 8C. RGB value is (147,6,140). Sum of RGB (Red+Green+Blue) = 147+6+140=293 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.17% from 293); Green value is 6 (2.73% from 255 or 2.05% from 293); Blue value is 140 (55.08% from 255 or 47.78% from 293); Max value from RGB is 147 - color contains mainly: red. Hex color #93068C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93068C is #6CF973. Grayscale: #3F3F3F. Windows color (decimal): -7141748 or 9176723. OLE color: 9176723.

HSL color Cylindrical-coordinate representation of color #93068C: hue angle of 302.98º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #93068C is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB1476140-
CMYK00.960.050.42
HSL302.98º92.16%30%-
HSV(B)302.98º95.92%57.65%-
XYZ16.838.2325.51-
YUV63.43171.21187.6-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 50.17%
GREEN value IS 6 (2.73% from 255) = 2.05%
BLUE value IS 140 (55.08% from 255) = 47.78%
R=50.17%
G=2.05%
B=47.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147614000.960.050.42302.9892.1630
Hex9368C06052A12f5c1e
Octal2236214014055245713436
Binary100100111101000110001100000101101010100101111101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93068C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93068C; }

 p { color: rgb(147,6,140); }

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

<style>
 a { background-color: #93068C; }

 a { background-color: rgb(147,6,140); }

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

<style>
 span { border-color: #93068C; }

 span { border-color: rgb(147,6,140); }

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