Html Css Color HEX #942080 Dark Purple

📋 copy color: '#942080'

red 148 ◦ green 32 ◦ blue 128

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

Shades of Dark Purple #942080

Tints of Dark Purple #942080

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.39%

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

R = 48.05%
G = 10.39%
B = 41.56%

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

#942080 (or 0x942080) is known color: Dark Purple. HEX triplet: 94, 20 and 80. RGB value is (148,32,128). Sum of RGB (Red+Green+Blue) = 148+32+128=308 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.05% from 308); Green value is 32 (12.89% from 255 or 10.39% from 308); Blue value is 128 (50.39% from 255 or 41.56% from 308); Max value from RGB is 148 - color contains mainly: red. Hex color #942080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942080 is #6BDF7F. Grayscale: #4D4D4D. Windows color (decimal): -7069568 or 8396948. OLE color: 8396948.

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

Color convert

RGB 148 32 128 -
CMYK 0 0.78 0.14 0.42
HSL 310.34º 0.64% 0.35% -
HSV(B) 310.34º 0.78% 0.58% -
XYZ 16.63 8.89 21.26 -
YUV 77.63 156.43 178.19 -
System Red Green Blue C M Y K H S L
Decimal 148 32 128 0 0.78 0.14 0.42 310.34 0.64 0.35
Hex 94 20 80 0 4E E 2A 136 40 23
Octal 224 40 200 0 116 16 52 466 100 43
Binary 10010100 100000 10000000 0 1001110 1110 101010 100110110 1000000 100011

Color Harmonies of #942080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942080

Black with #942080

Text Example


Text Example

White with #942080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942080; }

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

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

background-color css

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

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

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

border-color css

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

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

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