Html Css Color HEX #943979 Dark Purple

📋 copy color: '#943979'

red 148 ◦ green 57 ◦ blue 121

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

Shades of Dark Purple #943979

Tints of Dark Purple #943979

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.48%

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

R = 45.4%
G = 17.48%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#943979 (or 0x943979) is known color: Dark Purple. HEX triplet: 94, 39 and 79. RGB value is (148,57,121). Sum of RGB (Red+Green+Blue) = 148+57+121=326 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.40% from 326); Green value is 57 (22.66% from 255 or 17.48% from 326); Blue value is 121 (47.66% from 255 or 37.12% from 326); Max value from RGB is 148 - color contains mainly: red. Hex color #943979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943979 is #6BC686. Grayscale: #5B5B5B. Windows color (decimal): -7063175 or 7944596. OLE color: 7944596.

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

Color convert

RGB 148 57 121 -
CMYK 0 0.61 0.18 0.42
HSL 317.8º 0.44% 0.4% -
HSV(B) 317.8º 0.61% 0.58% -
XYZ 17.13 10.6 19.23 -
YUV 91.51 144.65 168.3 -
System Red Green Blue C M Y K H S L
Decimal 148 57 121 0 0.61 0.18 0.42 317.8 0.44 0.4
Hex 94 39 79 0 3D 12 2A 13E 2C 28
Octal 224 71 171 0 75 22 52 476 54 50
Binary 10010100 111001 1111001 0 111101 10010 101010 100111110 101100 101000

Color Harmonies of #943979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943979

Black with #943979

Text Example


Text Example

White with #943979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943979; }

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

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

background-color css

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

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

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

border-color css

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

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

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