Html Css Color HEX #943980 Dark Purple

📋 copy color: '#943980'

red 148 ◦ green 57 ◦ blue 128

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

Shades of Dark Purple #943980

Tints of Dark Purple #943980

RGB

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

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

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

R = 44.44%
G = 17.12%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#943980 (or 0x943980) is known color: Dark Purple. HEX triplet: 94, 39 and 80. RGB value is (148,57,128). Sum of RGB (Red+Green+Blue) = 148+57+128=333 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.44% from 333); Green value is 57 (22.66% from 255 or 17.12% from 333); Blue value is 128 (50.39% from 255 or 38.44% from 333); Max value from RGB is 148 - color contains mainly: red. Hex color #943980 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943980 is #6BC67F. Grayscale: #5C5C5C. Windows color (decimal): -7063168 or 8403348. OLE color: 8403348.

HSL color Cylindrical-coordinate representation of color #943980: hue angle of 313.19º 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 #943980 is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 57 128 -
CMYK 0 0.61 0.14 0.42
HSL 313.19º 0.44% 0.4% -
HSV(B) 313.19º 0.61% 0.58% -
XYZ 17.57 10.78 21.58 -
YUV 92.3 148.15 167.73 -
System Red Green Blue C M Y K H S L
Decimal 148 57 128 0 0.61 0.14 0.42 313.19 0.44 0.4
Hex 94 39 80 0 3D E 2A 139 2C 28
Octal 224 71 200 0 75 16 52 471 54 50
Binary 10010100 111001 10000000 0 111101 1110 101010 100111001 101100 101000

Color Harmonies of #943980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943980

Black with #943980

Text Example


Text Example

White with #943980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943980; }

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

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

background-color css

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

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

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

border-color css

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

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

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