Html Css Color HEX #93018C Dark Magenta

📋 copy color: '#93018C'

red 147 ◦ green 1 ◦ blue 140

#93018C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #93018C

Tints of Dark Magenta #93018C

RGB

 RED value IS 147 (57.81% from 255) = 51.04%

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 140 (55.08% from 255) = 48.61%

R = 51.04%
G = 0.35%
B = 48.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#93018C (or 0x93018C) is known color: Dark Magenta. HEX triplet: 93, 01 and 8C. RGB value is (147,1,140). Sum of RGB (Red+Green+Blue) = 147+1+140=288 (38% of max value = 765). Red value is 147 (57.81% from 255 or 51.04% from 288); Green value is 1 (0.78% from 255 or 0.35% from 288); Blue value is 140 (55.08% from 255 or 48.61% from 288); Max value from RGB is 147 - color contains mainly: red. Hex color #93018C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93018C is #6CFE73. Grayscale: #3C3C3C. Windows color (decimal): -7143028 or 9175443. OLE color: 9175443.

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

Color convert

RGB 147 1 140 -
CMYK 0 0.99 0.05 0.42
HSL 302.88º 0.99% 0.29% -
HSV(B) 302.88º 0.99% 0.58% -
XYZ 16.78 8.12 25.49 -
YUV 60.5 172.87 189.7 -
System Red Green Blue C M Y K H S L
Decimal 147 1 140 0 0.99 0.05 0.42 302.88 0.99 0.29
Hex 93 1 8C 0 63 5 2A 12F 63 1D
Octal 223 1 214 0 143 5 52 457 143 35
Binary 10010011 1 10001100 0 1100011 101 101010 100101111 1100011 11101

Color Harmonies of #93018C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93018C

Black with #93018C

Text Example


Text Example

White with #93018C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #93018C;
 }
 .AnyTagClassName
 {
   color: #93018C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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