#984690

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

Shades of Violet Blue #984690

Tints of Violet Blue #984690

Color information

#984690 (or 0x984690) is unknown color: approx Violet Blue. HEX triplet: 98, 46 and 90. RGB value is (152,70,144). Sum of RGB (Red+Green+Blue) = 152+70+144=366 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.53% from 366); Green value is 70 (27.73% from 255 or 19.13% from 366); Blue value is 144 (56.64% from 255 or 39.34% from 366); Max value from RGB is 152 - color contains mainly: red. Hex color #984690 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984690 is #67B96F. Grayscale: #666666. Windows color (decimal): -6797680 or 9455256. OLE color: 9455256.

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

Color convert

RGB15270144-
CMYK00.540.050.40
HSL305.85º36.94%43.53%-
HSV(B)305.85º53.95%59.61%-
XYZ20.1713.0727.84-
YUV102.95151.17162.98-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.53%
GREEN value IS 70 (27.73% from 255) = 19.13%
BLUE value IS 144 (56.64% from 255) = 39.34%
R=41.53%
G=19.13%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527014400.540.050.40305.8536.9443.53
Hex984690036528132252c
Octal2301062200665504624554
Binary100110001000110100100000110110101101000100110010100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984690; }

 p { color: rgb(152,70,144); }

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

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

 a { background-color: rgb(152,70,144); }

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

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

 span { border-color: rgb(152,70,144); }

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