Html Css Color HEX #93098E Dark Magenta

📋 copy color: '#93098E'

red 147 ◦ green 9 ◦ blue 142

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

Shades of Dark Magenta #93098E

Tints of Dark Magenta #93098E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.02%

 BLUE value IS 142 (55.86% from 255) = 47.65%

R = 49.33%
G = 3.02%
B = 47.65%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#93098E (or 0x93098E) is known color: Dark Magenta. HEX triplet: 93, 09 and 8E. RGB value is (147,9,142). Sum of RGB (Red+Green+Blue) = 147+9+142=298 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.33% from 298); Green value is 9 (3.91% from 255 or 3.02% from 298); Blue value is 142 (55.86% from 255 or 47.65% from 298); Max value from RGB is 147 - color contains mainly: red. Hex color #93098E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93098E is #6CF671. Grayscale: #414141. Windows color (decimal): -7140978 or 9308563. OLE color: 9308563.

HSL color Cylindrical-coordinate representation of color #93098E: hue angle of 302.17º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #93098E is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 9 142 -
CMYK 0 0.94 0.03 0.42
HSL 302.17º 0.88% 0.31% -
HSV(B) 302.17º 0.94% 0.58% -
XYZ 17.01 8.35 26.31 -
YUV 65.42 171.22 186.19 -
System Red Green Blue C M Y K H S L
Decimal 147 9 142 0 0.94 0.03 0.42 302.17 0.88 0.31
Hex 93 9 8E 0 5E 3 2A 12E 58 1F
Octal 223 11 216 0 136 3 52 456 130 37
Binary 10010011 1001 10001110 0 1011110 11 101010 100101110 1011000 11111

Color Harmonies of #93098E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93098E

Black with #93098E

Text Example


Text Example

White with #93098E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93098E; }

 p { color: rgb(147,9,142); }

 H1.HeaderClassName
 {
   color: #93098E;
 }
 .AnyTagClassName
 {
   color: #93098E;
 }
</style>

background-color css

<style>
 a { background-color: #93098E; }

 a { background-color: rgb(147,9,142); }

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

border-color css

<style>
 span { border-color: #93098E; }

 span { border-color: rgb(147,9,142); }

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