Html Css Color HEX #942180 Dark Purple

📋 copy color: '#942180'

red 148 ◦ green 33 ◦ blue 128

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

Shades of Dark Purple #942180

Tints of Dark Purple #942180

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.68%

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

R = 47.9%
G = 10.68%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#942180 (or 0x942180) is known color: Dark Purple. HEX triplet: 94, 21 and 80. RGB value is (148,33,128). Sum of RGB (Red+Green+Blue) = 148+33+128=309 (40% of max value = 765). Red value is 148 (58.20% from 255 or 47.90% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 128 (50.39% from 255 or 41.42% from 309); Max value from RGB is 148 - color contains mainly: red. Hex color #942180 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942180 is #6BDE7F. Grayscale: #4D4D4D. Windows color (decimal): -7069312 or 8397204. OLE color: 8397204.

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

Color convert

RGB 148 33 128 -
CMYK 0 0.78 0.14 0.42
HSL 310.43º 0.64% 0.35% -
HSV(B) 310.43º 0.78% 0.58% -
XYZ 16.65 8.94 21.27 -
YUV 78.22 156.1 177.78 -
System Red Green Blue C M Y K H S L
Decimal 148 33 128 0 0.78 0.14 0.42 310.43 0.64 0.35
Hex 94 21 80 0 4E E 2A 136 40 23
Octal 224 41 200 0 116 16 52 466 100 43
Binary 10010100 100001 10000000 0 1001110 1110 101010 100110110 1000000 100011

Color Harmonies of #942180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942180

Black with #942180

Text Example


Text Example

White with #942180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942180; }

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

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

background-color css

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

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

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

border-color css

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

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

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