Html Css Color HEX #930E9C Dark Magenta

📋 copy color: '#930E9C'

red 147 ◦ green 14 ◦ blue 156

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

Shades of Dark Magenta #930E9C

Tints of Dark Magenta #930E9C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.42%

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

R = 46.37%
G = 4.42%
B = 49.21%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#930E9C (or 0x930E9C) is known color: Dark Magenta. HEX triplet: 93, 0E and 9C. RGB value is (147,14,156). Sum of RGB (Red+Green+Blue) = 147+14+156=317 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.37% from 317); Green value is 14 (5.86% from 255 or 4.42% from 317); Blue value is 156 (61.33% from 255 or 49.21% from 317); Max value from RGB is 156 - color contains mainly: blue. Hex color #930E9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930E9C is #6CF163. Grayscale: #454545. Windows color (decimal): -7139684 or 10227347. OLE color: 10227347.

HSL color Cylindrical-coordinate representation of color #930E9C: hue angle of 296.2º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #930E9C is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 147 14 156 -
CMYK 0.06 0.91 0 0.39
HSL 296.2º 0.84% 0.33% -
HSV(B) 296.2º 0.91% 0.61% -
XYZ 18.19 8.92 32.21 -
YUV 69.96 176.56 182.95 -
System Red Green Blue C M Y K H S L
Decimal 147 14 156 0.06 0.91 0 0.39 296.2 0.84 0.33
Hex 93 E 9C 6 5B 0 27 128 54 21
Octal 223 16 234 6 133 0 47 450 124 41
Binary 10010011 1110 10011100 110 1011011 0 100111 100101000 1010100 100001

Color Harmonies of #930E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930E9C

Black with #930E9C

Text Example


Text Example

White with #930E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930E9C; }

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

 H1.HeaderClassName
 {
   color: #930E9C;
 }
 .AnyTagClassName
 {
   color: #930E9C;
 }
</style>

background-color css

<style>
 a { background-color: #930E9C; }

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

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

border-color css

<style>
 span { border-color: #930E9C; }

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

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