Html Css Color HEX #940C9D Dark Magenta

📋 copy color: '#940C9D'

red 148 ◦ green 12 ◦ blue 157

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

Shades of Dark Magenta #940C9D

Tints of Dark Magenta #940C9D

RGB

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

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

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

R = 46.69%
G = 3.79%
B = 49.53%

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

#940C9D (or 0x940C9D) is known color: Dark Magenta. HEX triplet: 94, 0C and 9D. RGB value is (148,12,157). Sum of RGB (Red+Green+Blue) = 148+12+157=317 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.69% from 317); Green value is 12 (5.08% from 255 or 3.79% from 317); Blue value is 157 (61.72% from 255 or 49.53% from 317); Max value from RGB is 157 - color contains mainly: blue. Hex color #940C9D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940C9D is #6BF362. Grayscale: #444444. Windows color (decimal): -7074659 or 10292372. OLE color: 10292372.

HSL color Cylindrical-coordinate representation of color #940C9D: hue angle of 296.28º 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 #940C9D is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 148 12 157 -
CMYK 0.06 0.92 0 0.38
HSL 296.28º 0.86% 0.33% -
HSV(B) 296.28º 0.92% 0.62% -
XYZ 18.43 8.99 32.66 -
YUV 69.19 177.56 184.21 -
System Red Green Blue C M Y K H S L
Decimal 148 12 157 0.06 0.92 0 0.38 296.28 0.86 0.33
Hex 94 C 9D 6 5C 0 26 128 56 21
Octal 224 14 235 6 134 0 46 450 126 41
Binary 10010100 1100 10011101 110 1011100 0 100110 100101000 1010110 100001

Color Harmonies of #940C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940C9D

Black with #940C9D

Text Example


Text Example

White with #940C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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