Html Css Color HEX #930F9C Dark Magenta

📋 copy color: '#930F9C'

red 147 ◦ green 15 ◦ blue 156

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

Shades of Dark Magenta #930F9C

Tints of Dark Magenta #930F9C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.72%

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

R = 46.23%
G = 4.72%
B = 49.06%

CMYK

 C value IS 0.06

 M value IS 0.90

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#930F9C (or 0x930F9C) is known color: Dark Magenta. HEX triplet: 93, 0F and 9C. RGB value is (147,15,156). Sum of RGB (Red+Green+Blue) = 147+15+156=318 (42% of max value = 765). Red value is 147 (57.81% from 255 or 46.23% from 318); Green value is 15 (6.25% from 255 or 4.72% from 318); Blue value is 156 (61.33% from 255 or 49.06% from 318); Max value from RGB is 156 - color contains mainly: blue. Hex color #930F9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930F9C is #6CF063. Grayscale: #464646. Windows color (decimal): -7139428 or 10227603. OLE color: 10227603.

HSL color Cylindrical-coordinate representation of color #930F9C: hue angle of 296.17º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #930F9C is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 147 15 156 -
CMYK 0.06 0.90 0 0.39
HSL 296.17º 0.82% 0.34% -
HSV(B) 296.17º 0.9% 0.61% -
XYZ 18.2 8.94 32.22 -
YUV 70.54 176.23 182.54 -
System Red Green Blue C M Y K H S L
Decimal 147 15 156 0.06 0.90 0 0.39 296.17 0.82 0.34
Hex 93 F 9C 6 5A 0 27 128 52 22
Octal 223 17 234 6 132 0 47 450 122 42
Binary 10010011 1111 10011100 110 1011010 0 100111 100101000 1010010 100010

Color Harmonies of #930F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930F9C

Black with #930F9C

Text Example


Text Example

White with #930F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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