#933378

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

Shades of Dark Purple #933378

Tints of Dark Purple #933378

Color information

#933378 (or 0x933378) is unknown color: approx Dark Purple. HEX triplet: 93, 33 and 78. RGB value is (147,51,120). Sum of RGB (Red+Green+Blue) = 147+51+120=318 (42% of max value = 765). Red value is 147 (57.81% from 255 or 46.23% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 120 (47.27% from 255 or 37.74% from 318); Max value from RGB is 147 - color contains mainly: red. Hex color #933378 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #933378 is #6CCC87. Grayscale: #575757. Windows color (decimal): -7130248 or 7877523. OLE color: 7877523.

HSL color Cylindrical-coordinate representation of color #933378: hue angle of 316.88º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #933378 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB14751120-
CMYK00.650.180.42
HSL316.88º48.48%38.82%-
HSV(B)316.88º65.31%57.65%-
XYZ16.619.9318.81-
YUV87.57146.3170.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.23%
GREEN value IS 51 (20.31% from 255) = 16.04%
BLUE value IS 120 (47.27% from 255) = 37.74%
R=46.23%
G=16.04%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1475112000.650.180.42316.8848.4838.82
Hex933378041122A13d3027
Octal22363170010122524756047
Binary1001001111001111110000100000110010101010100111101110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933378; }

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

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

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

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

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

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

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

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