#932985

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

Shades of Dark Purple #932985

Tints of Dark Purple #932985

Color information

#932985 (or 0x932985) is unknown color: approx Dark Purple. HEX triplet: 93, 29 and 85. RGB value is (147,41,133). Sum of RGB (Red+Green+Blue) = 147+41+133=321 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.79% from 321); Green value is 41 (16.41% from 255 or 12.77% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 147 - color contains mainly: red. Hex color #932985 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932985 is #6CD67A. Grayscale: #525252. Windows color (decimal): -7132795 or 8726931. OLE color: 8726931.

HSL color Cylindrical-coordinate representation of color #932985: hue angle of 307.92º degrees, saturation: 0.56, 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 #932985 is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB14741133-
CMYK00.720.100.42
HSL307.92º56.38%36.86%-
HSV(B)307.92º72.11%57.65%-
XYZ17.069.4823.12-
YUV83.18156.12173.52-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.79%
GREEN value IS 41 (16.41% from 255) = 12.77%
BLUE value IS 133 (52.34% from 255) = 41.43%
R=45.79%
G=12.77%
B=41.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1474113300.720.100.42307.9256.3836.86
Hex932985048A2A1343825
Octal22351205011012524647045
Binary1001001110100110000101010010001010101010100110100111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932985; }

 p { color: rgb(147,41,133); }

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

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

 a { background-color: rgb(147,41,133); }

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

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

 span { border-color: rgb(147,41,133); }

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