Html Css Color HEX #942980 Dark Purple

📋 copy color: '#942980'

red 148 ◦ green 41 ◦ blue 128

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

Shades of Dark Purple #942980

Tints of Dark Purple #942980

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.93%

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

R = 46.69%
G = 12.93%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#942980 (or 0x942980) is known color: Dark Purple. HEX triplet: 94, 29 and 80. RGB value is (148,41,128). Sum of RGB (Red+Green+Blue) = 148+41+128=317 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.69% from 317); Green value is 41 (16.41% from 255 or 12.93% from 317); Blue value is 128 (50.39% from 255 or 40.38% from 317); Max value from RGB is 148 - color contains mainly: red. Hex color #942980 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942980 is #6BD67F. Grayscale: #525252. Windows color (decimal): -7067264 or 8399252. OLE color: 8399252.

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

Color convert

RGB 148 41 128 -
CMYK 0 0.72 0.14 0.42
HSL 311.22º 0.57% 0.37% -
HSV(B) 311.22º 0.72% 0.58% -
XYZ 16.9 9.44 21.35 -
YUV 82.91 153.45 174.43 -
System Red Green Blue C M Y K H S L
Decimal 148 41 128 0 0.72 0.14 0.42 311.22 0.57 0.37
Hex 94 29 80 0 48 E 2A 137 39 25
Octal 224 51 200 0 110 16 52 467 71 45
Binary 10010100 101001 10000000 0 1001000 1110 101010 100110111 111001 100101

Color Harmonies of #942980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942980

Black with #942980

Text Example


Text Example

White with #942980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942980; }

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

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

background-color css

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

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

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

border-color css

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

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

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