Html Css Color HEX #940F79 Dark Purple

📋 copy color: '#940F79'

red 148 ◦ green 15 ◦ blue 121

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

Shades of Dark Purple #940F79

Tints of Dark Purple #940F79

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.28%

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

R = 52.11%
G = 5.28%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#940F79 (or 0x940F79) is known color: Dark Purple. HEX triplet: 94, 0F and 79. RGB value is (148,15,121). Sum of RGB (Red+Green+Blue) = 148+15+121=284 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.11% from 284); Green value is 15 (6.25% from 255 or 5.28% from 284); Blue value is 121 (47.66% from 255 or 42.61% from 284); Max value from RGB is 148 - color contains mainly: red. Hex color #940F79 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940F79 is #6BF086. Grayscale: #424242. Windows color (decimal): -7073927 or 7933844. OLE color: 7933844.

HSL color Cylindrical-coordinate representation of color #940F79: hue angle of 312.18º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #940F79 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 15 121 -
CMYK 0 0.90 0.18 0.42
HSL 312.18º 0.82% 0.32% -
HSV(B) 312.18º 0.9% 0.58% -
XYZ 15.83 8.02 18.8 -
YUV 66.85 158.56 185.88 -
System Red Green Blue C M Y K H S L
Decimal 148 15 121 0 0.90 0.18 0.42 312.18 0.82 0.32
Hex 94 F 79 0 5A 12 2A 138 52 20
Octal 224 17 171 0 132 22 52 470 122 40
Binary 10010100 1111 1111001 0 1011010 10010 101010 100111000 1010010 100000

Color Harmonies of #940F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940F79

Black with #940F79

Text Example


Text Example

White with #940F79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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