#984793

Color #984793 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #984793

Tints of Violet Blue #984793

Color information

#984793 (or 0x984793) is unknown color: approx Violet Blue. HEX triplet: 98, 47 and 93. RGB value is (152,71,147). Sum of RGB (Red+Green+Blue) = 152+71+147=370 (49% of max value = 765). Red value is 152 (59.77% from 255 or 41.08% from 370); Green value is 71 (28.12% from 255 or 19.19% from 370); Blue value is 147 (57.81% from 255 or 39.73% from 370); Max value from RGB is 152 - color contains mainly: red. Hex color #984793 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984793 is #67B86C. Grayscale: #676767. Windows color (decimal): -6797421 or 9652120. OLE color: 9652120.

HSL color Cylindrical-coordinate representation of color #984793: hue angle of 303.7º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #984793 is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB15271147-
CMYK00.530.030.40
HSL303.7º36.32%43.73%-
HSV(B)303.7º53.29%59.61%-
XYZ20.4713.2929.09-
YUV103.88152.34162.32-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.08%
GREEN value IS 71 (28.12% from 255) = 19.19%
BLUE value IS 147 (57.81% from 255) = 39.73%
R=41.08%
G=19.19%
B=39.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527114700.530.030.40303.736.3243.73
Hex984793035328130242c
Octal2301072230653504604454
Binary10011000100011110010011011010111101000100110000100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984793; }

 p { color: rgb(152,71,147); }

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

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

 a { background-color: rgb(152,71,147); }

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

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

 span { border-color: rgb(152,71,147); }

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