Html Css Color HEX #940C7D Dark Purple

📋 copy color: '#940C7D'

red 148 ◦ green 12 ◦ blue 125

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

Shades of Dark Purple #940C7D

Tints of Dark Purple #940C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 43.86%

R = 51.93%
G = 4.21%
B = 43.86%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#940C7D (or 0x940C7D) is known color: Dark Purple. HEX triplet: 94, 0C and 7D. RGB value is (148,12,125). Sum of RGB (Red+Green+Blue) = 148+12+125=285 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.93% from 285); Green value is 12 (5.08% from 255 or 4.21% from 285); Blue value is 125 (49.22% from 255 or 43.86% from 285); Max value from RGB is 148 - color contains mainly: red. Hex color #940C7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940C7D is #6BF382. Grayscale: #414141. Windows color (decimal): -7074691 or 8195220. OLE color: 8195220.

HSL color Cylindrical-coordinate representation of color #940C7D: hue angle of 310.15º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #940C7D is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 12 125 -
CMYK 0 0.92 0.16 0.42
HSL 310.15º 0.85% 0.31% -
HSV(B) 310.15º 0.92% 0.58% -
XYZ 16.05 8.04 20.11 -
YUV 65.55 161.56 186.81 -
System Red Green Blue C M Y K H S L
Decimal 148 12 125 0 0.92 0.16 0.42 310.15 0.85 0.31
Hex 94 C 7D 0 5C 10 2A 136 55 1F
Octal 224 14 175 0 134 20 52 466 125 37
Binary 10010100 1100 1111101 0 1011100 10000 101010 100110110 1010101 11111

Color Harmonies of #940C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940C7D

Black with #940C7D

Text Example


Text Example

White with #940C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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