Html Css Color HEX #930C9D Dark Magenta

📋 copy color: '#930C9D'

red 147 ◦ green 12 ◦ blue 157

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

Shades of Dark Magenta #930C9D

Tints of Dark Magenta #930C9D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.8%

 BLUE value IS 157 (61.72% from 255) = 49.68%

R = 46.52%
G = 3.8%
B = 49.68%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#930C9D (or 0x930C9D) is known color: Dark Magenta. HEX triplet: 93, 0C and 9D. RGB value is (147,12,157). Sum of RGB (Red+Green+Blue) = 147+12+157=316 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.52% from 316); Green value is 12 (5.08% from 255 or 3.80% from 316); Blue value is 157 (61.72% from 255 or 49.68% from 316); Max value from RGB is 157 - color contains mainly: blue. Hex color #930C9D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930C9D is #6CF362. Grayscale: #444444. Windows color (decimal): -7140195 or 10292371. OLE color: 10292371.

HSL color Cylindrical-coordinate representation of color #930C9D: hue angle of 295.86º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #930C9D is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 147 12 157 -
CMYK 0.06 0.92 0 0.38
HSL 295.86º 0.86% 0.33% -
HSV(B) 295.86º 0.92% 0.62% -
XYZ 18.25 8.9 32.65 -
YUV 68.9 177.73 183.71 -
System Red Green Blue C M Y K H S L
Decimal 147 12 157 0.06 0.92 0 0.38 295.86 0.86 0.33
Hex 93 C 9D 6 5C 0 26 128 56 21
Octal 223 14 235 6 134 0 46 450 126 41
Binary 10010011 1100 10011101 110 1011100 0 100110 100101000 1010110 100001

Color Harmonies of #930C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930C9D

Black with #930C9D

Text Example


Text Example

White with #930C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,12,157); }

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

background-color css

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

 a { background-color: rgb(147,12,157); }

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

border-color css

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

 span { border-color: rgb(147,12,157); }

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