Html Css Color HEX #944179 Dark Purple

📋 copy color: '#944179'

red 148 ◦ green 65 ◦ blue 121

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

Shades of Dark Purple #944179

Tints of Dark Purple #944179

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.46%

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

R = 44.31%
G = 19.46%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#944179 (or 0x944179) is known color: Dark Purple. HEX triplet: 94, 41 and 79. RGB value is (148,65,121). Sum of RGB (Red+Green+Blue) = 148+65+121=334 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.31% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 121 (47.66% from 255 or 36.23% from 334); Max value from RGB is 148 - color contains mainly: red. Hex color #944179 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944179 is #6BBE86. Grayscale: #606060. Windows color (decimal): -7061127 or 7946644. OLE color: 7946644.

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

Color convert

RGB 148 65 121 -
CMYK 0 0.56 0.18 0.42
HSL 319.52º 0.39% 0.42% -
HSV(B) 319.52º 0.56% 0.58% -
XYZ 17.55 11.46 19.38 -
YUV 96.2 142 164.95 -
System Red Green Blue C M Y K H S L
Decimal 148 65 121 0 0.56 0.18 0.42 319.52 0.39 0.42
Hex 94 41 79 0 38 12 2A 140 27 2A
Octal 224 101 171 0 70 22 52 500 47 52
Binary 10010100 1000001 1111001 0 111000 10010 101010 101000000 100111 101010

Color Harmonies of #944179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944179

Black with #944179

Text Example


Text Example

White with #944179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944179; }

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

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

background-color css

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

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

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

border-color css

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

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

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