Html Css Color HEX #93098D Dark Magenta

📋 copy color: '#93098D'

red 147 ◦ green 9 ◦ blue 141

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

Shades of Dark Magenta #93098D

Tints of Dark Magenta #93098D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 47.47%

R = 49.49%
G = 3.03%
B = 47.47%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#93098D (or 0x93098D) is known color: Dark Magenta. HEX triplet: 93, 09 and 8D. RGB value is (147,9,141). Sum of RGB (Red+Green+Blue) = 147+9+141=297 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.49% from 297); Green value is 9 (3.91% from 255 or 3.03% from 297); Blue value is 141 (55.47% from 255 or 47.47% from 297); Max value from RGB is 147 - color contains mainly: red. Hex color #93098D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93098D is #6CF672. Grayscale: #404040. Windows color (decimal): -7140979 or 9243027. OLE color: 9243027.

HSL color Cylindrical-coordinate representation of color #93098D: hue angle of 302.61º 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 #93098D is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 9 141 -
CMYK 0 0.94 0.04 0.42
HSL 302.61º 0.88% 0.31% -
HSV(B) 302.61º 0.94% 0.58% -
XYZ 16.94 8.32 25.91 -
YUV 65.31 170.72 186.27 -
System Red Green Blue C M Y K H S L
Decimal 147 9 141 0 0.94 0.04 0.42 302.61 0.88 0.31
Hex 93 9 8D 0 5E 4 2A 12F 58 1F
Octal 223 11 215 0 136 4 52 457 130 37
Binary 10010011 1001 10001101 0 1011110 100 101010 100101111 1011000 11111

Color Harmonies of #93098D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93098D

Black with #93098D

Text Example


Text Example

White with #93098D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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