Html Css Color HEX #944080 Dark Purple

📋 copy color: '#944080'

red 148 ◦ green 64 ◦ blue 128

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

Shades of Dark Purple #944080

Tints of Dark Purple #944080

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.82%

 BLUE value IS 128 (50.39% from 255) = 37.65%

R = 43.53%
G = 18.82%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#944080 (or 0x944080) is known color: Dark Purple. HEX triplet: 94, 40 and 80. RGB value is (148,64,128). Sum of RGB (Red+Green+Blue) = 148+64+128=340 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.53% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 128 (50.39% from 255 or 37.65% from 340); Max value from RGB is 148 - color contains mainly: red. Hex color #944080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #944080 is #6BBF7F. Grayscale: #606060. Windows color (decimal): -7061376 or 8405140. OLE color: 8405140.

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

Color convert

RGB 148 64 128 -
CMYK 0 0.57 0.14 0.42
HSL 314.29º 0.4% 0.42% -
HSV(B) 314.29º 0.57% 0.58% -
XYZ 17.94 11.52 21.7 -
YUV 96.41 145.83 164.8 -
System Red Green Blue C M Y K H S L
Decimal 148 64 128 0 0.57 0.14 0.42 314.29 0.4 0.42
Hex 94 40 80 0 39 E 2A 13A 28 2A
Octal 224 100 200 0 71 16 52 472 50 52
Binary 10010100 1000000 10000000 0 111001 1110 101010 100111010 101000 101010

Color Harmonies of #944080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944080

Black with #944080

Text Example


Text Example

White with #944080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944080; }

 p { color: rgb(148,64,128); }

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

background-color css

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

 a { background-color: rgb(148,64,128); }

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

border-color css

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

 span { border-color: rgb(148,64,128); }

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