Html Css Color HEX #93009C Dark Magenta

📋 copy color: '#93009C'

red 147 ◦ green 0 ◦ blue 156

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

Shades of Dark Magenta #93009C

Tints of Dark Magenta #93009C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 156 (61.33% from 255) = 51.49%

R = 48.51%
G = 0%
B = 51.49%

CMYK

 C value IS 0.06

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#93009C (or 0x93009C) is known color: Dark Magenta. HEX triplet: 93, 00 and 9C. RGB value is (147,0,156). Sum of RGB (Red+Green+Blue) = 147+0+156=303 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.51% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 156 (61.33% from 255 or 51.49% from 303); Max value from RGB is 156 - color contains mainly: blue. Hex color #93009C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93009C is #6CFF63. Grayscale: #3D3D3D. Windows color (decimal): -7143268 or 10223763. OLE color: 10223763.

HSL color Cylindrical-coordinate representation of color #93009C: hue angle of 296.54º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #93009C is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 147 0 156 -
CMYK 0.06 1 0 0.39
HSL 296.54º 1% 0.31% -
HSV(B) 296.54º 1% 0.61% -
XYZ 18.03 8.6 32.16 -
YUV 61.74 181.2 188.82 -
System Red Green Blue C M Y K H S L
Decimal 147 0 156 0.06 1 0 0.39 296.54 1 0.31
Hex 93 0 9C 6 64 0 27 129 64 1F
Octal 223 0 234 6 144 0 47 451 144 37
Binary 10010011 0 10011100 110 1100100 0 100111 100101001 1100100 11111

Color Harmonies of #93009C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93009C

Black with #93009C

Text Example


Text Example

White with #93009C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,0,156); }

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

background-color css

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

 a { background-color: rgb(147,0,156); }

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

border-color css

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

 span { border-color: rgb(147,0,156); }

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