Html Css Color HEX #940C9C Dark Magenta

📋 copy color: '#940C9C'

red 148 ◦ green 12 ◦ blue 156

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

Shades of Dark Magenta #940C9C

Tints of Dark Magenta #940C9C

RGB

 RED value IS 148 (58.2% from 255) = 46.84%

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

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

R = 46.84%
G = 3.8%
B = 49.37%

CMYK

 C value IS 0.05

 M value IS 0.92

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#940C9C (or 0x940C9C) is known color: Dark Magenta. HEX triplet: 94, 0C and 9C. RGB value is (148,12,156). Sum of RGB (Red+Green+Blue) = 148+12+156=316 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.84% from 316); Green value is 12 (5.08% from 255 or 3.80% from 316); Blue value is 156 (61.33% from 255 or 49.37% from 316); Max value from RGB is 156 - color contains mainly: blue. Hex color #940C9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940C9C is #6BF363. Grayscale: #444444. Windows color (decimal): -7074660 or 10226836. OLE color: 10226836.

HSL color Cylindrical-coordinate representation of color #940C9C: hue angle of 296.67º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #940C9C is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 148 12 156 -
CMYK 0.05 0.92 0 0.39
HSL 296.67º 0.86% 0.33% -
HSV(B) 296.67º 0.92% 0.61% -
XYZ 18.34 8.96 32.21 -
YUV 69.08 177.06 184.29 -
System Red Green Blue C M Y K H S L
Decimal 148 12 156 0.05 0.92 0 0.39 296.67 0.86 0.33
Hex 94 C 9C 5 5C 0 27 129 56 21
Octal 224 14 234 5 134 0 47 451 126 41
Binary 10010100 1100 10011100 101 1011100 0 100111 100101001 1010110 100001

Color Harmonies of #940C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940C9C

Black with #940C9C

Text Example


Text Example

White with #940C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940C9C; }

 p { color: rgb(148,12,156); }

 H1.HeaderClassName
 {
   color: #940C9C;
 }
 .AnyTagClassName
 {
   color: #940C9C;
 }
</style>

background-color css

<style>
 a { background-color: #940C9C; }

 a { background-color: rgb(148,12,156); }

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

border-color css

<style>
 span { border-color: #940C9C; }

 span { border-color: rgb(148,12,156); }

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