Html Css Color HEX #942979 Dark Purple

📋 copy color: '#942979'

red 148 ◦ green 41 ◦ blue 121

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

Shades of Dark Purple #942979

Tints of Dark Purple #942979

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.23%

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

R = 47.74%
G = 13.23%
B = 39.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#942979 (or 0x942979) is known color: Dark Purple. HEX triplet: 94, 29 and 79. RGB value is (148,41,121). Sum of RGB (Red+Green+Blue) = 148+41+121=310 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.74% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 121 (47.66% from 255 or 39.03% from 310); Max value from RGB is 148 - color contains mainly: red. Hex color #942979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942979 is #6BD686. Grayscale: #515151. Windows color (decimal): -7067271 or 7940500. OLE color: 7940500.

HSL color Cylindrical-coordinate representation of color #942979: hue angle of 315.14º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #942979 is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 41 121 -
CMYK 0 0.72 0.18 0.42
HSL 315.14º 0.57% 0.37% -
HSV(B) 315.14º 0.72% 0.58% -
XYZ 16.46 9.26 19.01 -
YUV 82.11 149.95 175 -
System Red Green Blue C M Y K H S L
Decimal 148 41 121 0 0.72 0.18 0.42 315.14 0.57 0.37
Hex 94 29 79 0 48 12 2A 13B 39 25
Octal 224 51 171 0 110 22 52 473 71 45
Binary 10010100 101001 1111001 0 1001000 10010 101010 100111011 111001 100101

Color Harmonies of #942979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942979

Black with #942979

Text Example


Text Example

White with #942979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942979; }

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

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

background-color css

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

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

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

border-color css

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

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

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