Html Css Color HEX #93089E Dark Magenta

📋 copy color: '#93089E'

red 147 ◦ green 8 ◦ blue 158

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

Shades of Dark Magenta #93089E

Tints of Dark Magenta #93089E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.56%

 BLUE value IS 158 (62.11% from 255) = 50.48%

R = 46.96%
G = 2.56%
B = 50.48%

CMYK

 C value IS 0.07

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#93089E (or 0x93089E) is known color: Dark Magenta. HEX triplet: 93, 08 and 9E. RGB value is (147,8,158). Sum of RGB (Red+Green+Blue) = 147+8+158=313 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.96% from 313); Green value is 8 (3.52% from 255 or 2.56% from 313); Blue value is 158 (62.11% from 255 or 50.48% from 313); Max value from RGB is 158 - color contains mainly: blue. Hex color #93089E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93089E is #6CF761. Grayscale: #424242. Windows color (decimal): -7141218 or 10356883. OLE color: 10356883.

HSL color Cylindrical-coordinate representation of color #93089E: hue angle of 295.6º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #93089E is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 147 8 158 -
CMYK 0.07 0.95 0 0.38
HSL 295.6º 0.9% 0.33% -
HSV(B) 295.6º 0.95% 0.62% -
XYZ 18.29 8.85 33.09 -
YUV 66.66 179.55 185.3 -
System Red Green Blue C M Y K H S L
Decimal 147 8 158 0.07 0.95 0 0.38 295.6 0.9 0.33
Hex 93 8 9E 7 5F 0 26 128 5A 21
Octal 223 10 236 7 137 0 46 450 132 41
Binary 10010011 1000 10011110 111 1011111 0 100110 100101000 1011010 100001

Color Harmonies of #93089E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93089E

Black with #93089E

Text Example


Text Example

White with #93089E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,8,158); }

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

background-color css

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

 a { background-color: rgb(147,8,158); }

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

border-color css

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

 span { border-color: rgb(147,8,158); }

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