#932181

Color #932181 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #932181

Tints of Dark Purple #932181

Color information

#932181 (or 0x932181) is unknown color: approx Dark Purple. HEX triplet: 93, 21 and 81. RGB value is (147,33,129). Sum of RGB (Red+Green+Blue) = 147+33+129=309 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.57% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 129 (50.78% from 255 or 41.75% from 309); Max value from RGB is 147 - color contains mainly: red. Hex color #932181 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932181 is #6CDE7E. Grayscale: #4D4D4D. Windows color (decimal): -7134847 or 8462739. OLE color: 8462739.

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

Color convert

RGB14733129-
CMYK00.780.120.42
HSL309.47º63.33%35.29%-
HSV(B)309.47º77.55%57.65%-
XYZ16.548.8821.61-
YUV78.03156.77177.19-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.57%
GREEN value IS 33 (13.28% from 255) = 10.68%
BLUE value IS 129 (50.78% from 255) = 41.75%
R=47.57%
G=10.68%
B=41.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1473312900.780.120.42309.4763.3335.29
Hex93218104EC2A1353f23
Octal22341201011614524657743
Binary1001001110000110000001010011101100101010100110101111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932181; }

 p { color: rgb(147,33,129); }

 H1.HeaderClassName
 {
   color: #932181;
 }
 .AnyTagClassName
 {
   color: #932181;
 }
</style>
background-color css

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

 a { background-color: rgb(147,33,129); }

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

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

 span { border-color: rgb(147,33,129); }

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