#932978

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

Shades of Dark Purple #932978

Tints of Dark Purple #932978

Color information

#932978 (or 0x932978) is unknown color: approx Dark Purple. HEX triplet: 93, 29 and 78. RGB value is (147,41,120). Sum of RGB (Red+Green+Blue) = 147+41+120=308 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.73% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 120 (47.27% from 255 or 38.96% from 308); Max value from RGB is 147 - color contains mainly: red. Hex color #932978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #932978 is #6CD687. Grayscale: #515151. Windows color (decimal): -7132808 or 7874963. OLE color: 7874963.

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

Color convert

RGB14741120-
CMYK00.720.180.42
HSL315.28º56.38%36.86%-
HSV(B)315.28º72.11%57.65%-
XYZ16.229.1418.68-
YUV81.7149.62174.58-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.73%
GREEN value IS 41 (16.41% from 255) = 13.31%
BLUE value IS 120 (47.27% from 255) = 38.96%
R=47.73%
G=13.31%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1474112000.720.180.42315.2856.3836.86
Hex932978048122A13b3825
Octal22351170011022524737045
Binary1001001110100111110000100100010010101010100111011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932978; }

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

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

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

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

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

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

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

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