Html Css Color HEX #940D79 Dark Purple

📋 copy color: '#940D79'

red 148 ◦ green 13 ◦ blue 121

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

Shades of Dark Purple #940D79

Tints of Dark Purple #940D79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 42.91%

R = 52.48%
G = 4.61%
B = 42.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#940D79 (or 0x940D79) is known color: Dark Purple. HEX triplet: 94, 0D and 79. RGB value is (148,13,121). Sum of RGB (Red+Green+Blue) = 148+13+121=282 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.48% from 282); Green value is 13 (5.47% from 255 or 4.61% from 282); Blue value is 121 (47.66% from 255 or 42.91% from 282); Max value from RGB is 148 - color contains mainly: red. Hex color #940D79 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940D79 is #6BF286. Grayscale: #414141. Windows color (decimal): -7074439 or 7933332. OLE color: 7933332.

HSL color Cylindrical-coordinate representation of color #940D79: hue angle of 312º 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 #940D79 is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 13 121 -
CMYK 0 0.91 0.18 0.42
HSL 312º 0.84% 0.32% -
HSV(B) 312º 0.91% 0.58% -
XYZ 15.81 7.96 18.79 -
YUV 65.68 159.23 186.72 -
System Red Green Blue C M Y K H S L
Decimal 148 13 121 0 0.91 0.18 0.42 312 0.84 0.32
Hex 94 D 79 0 5B 12 2A 138 54 20
Octal 224 15 171 0 133 22 52 470 124 40
Binary 10010100 1101 1111001 0 1011011 10010 101010 100111000 1010100 100000

Color Harmonies of #940D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940D79

Black with #940D79

Text Example


Text Example

White with #940D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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