#984694

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

Shades of Violet Blue #984694

Tints of Violet Blue #984694

Color information

#984694 (or 0x984694) is unknown color: approx Violet Blue. HEX triplet: 98, 46 and 94. RGB value is (152,70,148). Sum of RGB (Red+Green+Blue) = 152+70+148=370 (49% of max value = 765). Red value is 152 (59.77% from 255 or 41.08% from 370); Green value is 70 (27.73% from 255 or 18.92% from 370); Blue value is 148 (58.20% from 255 or 40% from 370); Max value from RGB is 152 - color contains mainly: red. Hex color #984694 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984694 is #67B96B. Grayscale: #676767. Windows color (decimal): -6797676 or 9717400. OLE color: 9717400.

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

Color convert

RGB15270148-
CMYK00.540.030.40
HSL302.93º36.94%43.53%-
HSV(B)302.93º53.95%59.61%-
XYZ20.4813.1929.48-
YUV103.41153.17162.66-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.08%
GREEN value IS 70 (27.73% from 255) = 18.92%
BLUE value IS 148 (58.20% from 255) = 40%
R=41.08%
G=18.92%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527014800.540.030.40302.9336.9443.53
Hex98469403632812f252c
Octal2301062240663504574554
Binary10011000100011010010100011011011101000100101111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984694; }

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

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

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

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

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

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

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

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