#893378

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

Shades of Dark Purple #893378

Tints of Dark Purple #893378

Color information

#893378 (or 0x893378) is unknown color: approx Dark Purple. HEX triplet: 89, 33 and 78. RGB value is (137,51,120). Sum of RGB (Red+Green+Blue) = 137+51+120=308 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.48% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 120 (47.27% from 255 or 38.96% from 308); Max value from RGB is 137 - color contains mainly: red. Hex color #893378 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893378 is #76CC87. Grayscale: #545454. Windows color (decimal): -7785608 or 7877513. OLE color: 7877513.

HSL color Cylindrical-coordinate representation of color #893378: hue angle of 311.86º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #893378 is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB13751120-
CMYK00.630.120.46
HSL311.86º45.74%36.86%-
HSV(B)311.86º62.77%53.73%-
XYZ14.899.0418.73-
YUV84.58147.99165.39-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.48%
GREEN value IS 51 (20.31% from 255) = 16.56%
BLUE value IS 120 (47.27% from 255) = 38.96%
R=44.48%
G=16.56%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1375112000.630.120.46311.8645.7436.86
Hex89337803FC2E1382e25
Octal2116317007714564705645
Binary10001001110011111100001111111100101110100111000101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893378; }

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

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

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

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

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

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

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

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