#984893

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

Shades of Violet Blue #984893

Tints of Violet Blue #984893

Color information

#984893 (or 0x984893) is unknown color: approx Violet Blue. HEX triplet: 98, 48 and 93. RGB value is (152,72,147). Sum of RGB (Red+Green+Blue) = 152+72+147=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 147 (57.81% from 255 or 39.62% from 371); Max value from RGB is 152 - color contains mainly: red. Hex color #984893 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984893 is #67B76C. Grayscale: #686868. Windows color (decimal): -6797165 or 9652376. OLE color: 9652376.

HSL color Cylindrical-coordinate representation of color #984893: hue angle of 303.75º 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 #984893 is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB15272147-
CMYK00.530.030.40
HSL303.75º35.71%43.92%-
HSV(B)303.75º52.63%59.61%-
XYZ20.5313.4229.11-
YUV104.47152161.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.97%
GREEN value IS 72 (28.52% from 255) = 19.41%
BLUE value IS 147 (57.81% from 255) = 39.62%
R=40.97%
G=19.41%
B=39.62%

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
Decimal1527214700.530.030.40303.7535.7143.92
Hex984893035328130242c
Octal2301102230653504604454
Binary10011000100100010010011011010111101000100110000100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984893; }

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

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

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

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

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

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

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

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