Html Css Color HEX #940D7C Dark Purple

📋 copy color: '#940D7C'

red 148 ◦ green 13 ◦ blue 124

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

Shades of Dark Purple #940D7C

Tints of Dark Purple #940D7C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.56%

 BLUE value IS 124 (48.83% from 255) = 43.51%

R = 51.93%
G = 4.56%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#940D7C (or 0x940D7C) is known color: Dark Purple. HEX triplet: 94, 0D and 7C. RGB value is (148,13,124). Sum of RGB (Red+Green+Blue) = 148+13+124=285 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.93% from 285); Green value is 13 (5.47% from 255 or 4.56% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 148 - color contains mainly: red. Hex color #940D7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940D7C is #6BF283. Grayscale: #414141. Windows color (decimal): -7074436 or 8129940. OLE color: 8129940.

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

Color convert

RGB 148 13 124 -
CMYK 0 0.91 0.16 0.42
HSL 310.67º 0.84% 0.32% -
HSV(B) 310.67º 0.91% 0.58% -
XYZ 15.99 8.04 19.78 -
YUV 66.02 160.73 186.47 -
System Red Green Blue C M Y K H S L
Decimal 148 13 124 0 0.91 0.16 0.42 310.67 0.84 0.32
Hex 94 D 7C 0 5B 10 2A 137 54 20
Octal 224 15 174 0 133 20 52 467 124 40
Binary 10010100 1101 1111100 0 1011011 10000 101010 100110111 1010100 100000

Color Harmonies of #940D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940D7C

Black with #940D7C

Text Example


Text Example

White with #940D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,13,124); }

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

background-color css

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

 a { background-color: rgb(148,13,124); }

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

border-color css

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

 span { border-color: rgb(148,13,124); }

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