Html Css Color HEX #93089B Dark Magenta

📋 copy color: '#93089B'

red 147 ◦ green 8 ◦ blue 155

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

Shades of Dark Magenta #93089B

Tints of Dark Magenta #93089B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 50%

R = 47.42%
G = 2.58%
B = 50%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#93089B (or 0x93089B) is known color: Dark Magenta. HEX triplet: 93, 08 and 9B. RGB value is (147,8,155). Sum of RGB (Red+Green+Blue) = 147+8+155=310 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.42% from 310); Green value is 8 (3.52% from 255 or 2.58% from 310); Blue value is 155 (60.94% from 255 or 50% from 310); Max value from RGB is 155 - color contains mainly: blue. Hex color #93089B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93089B is #6CF764. Grayscale: #414141. Windows color (decimal): -7141221 or 10160275. OLE color: 10160275.

HSL color Cylindrical-coordinate representation of color #93089B: hue angle of 296.73º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #93089B is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 147 8 155 -
CMYK 0.05 0.95 0 0.39
HSL 296.73º 0.9% 0.32% -
HSV(B) 296.73º 0.95% 0.61% -
XYZ 18.04 8.74 31.75 -
YUV 66.32 178.05 185.55 -
System Red Green Blue C M Y K H S L
Decimal 147 8 155 0.05 0.95 0 0.39 296.73 0.9 0.32
Hex 93 8 9B 5 5F 0 27 129 5A 20
Octal 223 10 233 5 137 0 47 451 132 40
Binary 10010011 1000 10011011 101 1011111 0 100111 100101001 1011010 100000

Color Harmonies of #93089B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93089B

Black with #93089B

Text Example


Text Example

White with #93089B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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