Html Css Color HEX #932080 Dark Purple

📋 copy color: '#932080'

red 147 ◦ green 32 ◦ blue 128

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

Shades of Dark Purple #932080

Tints of Dark Purple #932080

RGB

 RED value IS 147 (57.81% from 255) = 47.88%

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

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

R = 47.88%
G = 10.42%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#932080 (or 0x932080) is known color: Dark Purple. HEX triplet: 93, 20 and 80. RGB value is (147,32,128). Sum of RGB (Red+Green+Blue) = 147+32+128=307 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.88% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 128 (50.39% from 255 or 41.69% from 307); Max value from RGB is 147 - color contains mainly: red. Hex color #932080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932080 is #6CDF7F. Grayscale: #4D4D4D. Windows color (decimal): -7135104 or 8396947. OLE color: 8396947.

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

Color convert

RGB 147 32 128 -
CMYK 0 0.78 0.13 0.42
HSL 309.91º 0.64% 0.35% -
HSV(B) 309.91º 0.78% 0.58% -
XYZ 16.45 8.79 21.25 -
YUV 77.33 156.6 177.69 -
System Red Green Blue C M Y K H S L
Decimal 147 32 128 0 0.78 0.13 0.42 309.91 0.64 0.35
Hex 93 20 80 0 4E D 2A 136 40 23
Octal 223 40 200 0 116 15 52 466 100 43
Binary 10010011 100000 10000000 0 1001110 1101 101010 100110110 1000000 100011

Color Harmonies of #932080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932080

Black with #932080

Text Example


Text Example

White with #932080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #932080; }

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

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

background-color css

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

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

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

border-color css

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

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

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