Html Css Color HEX #943080 Dark Purple

📋 copy color: '#943080'

red 148 ◦ green 48 ◦ blue 128

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

Shades of Dark Purple #943080

Tints of Dark Purple #943080

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.81%

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

R = 45.68%
G = 14.81%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#943080 (or 0x943080) is known color: Dark Purple. HEX triplet: 94, 30 and 80. RGB value is (148,48,128). Sum of RGB (Red+Green+Blue) = 148+48+128=324 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.68% from 324); Green value is 48 (19.14% from 255 or 14.81% from 324); Blue value is 128 (50.39% from 255 or 39.51% from 324); Max value from RGB is 148 - color contains mainly: red. Hex color #943080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943080 is #6BCF7F. Grayscale: #565656. Windows color (decimal): -7065472 or 8401044. OLE color: 8401044.

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

Color convert

RGB 148 48 128 -
CMYK 0 0.68 0.14 0.42
HSL 312º 0.51% 0.38% -
HSV(B) 312º 0.68% 0.58% -
XYZ 17.17 9.97 21.44 -
YUV 87.02 151.13 171.5 -
System Red Green Blue C M Y K H S L
Decimal 148 48 128 0 0.68 0.14 0.42 312 0.51 0.38
Hex 94 30 80 0 44 E 2A 138 33 26
Octal 224 60 200 0 104 16 52 470 63 46
Binary 10010100 110000 10000000 0 1000100 1110 101010 100111000 110011 100110

Color Harmonies of #943080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943080

Black with #943080

Text Example


Text Example

White with #943080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943080; }

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

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

background-color css

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

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

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

border-color css

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

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

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