#984695

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

Shades of Violet Blue #984695

Tints of Violet Blue #984695

Color information

#984695 (or 0x984695) is unknown color: approx Violet Blue. HEX triplet: 98, 46 and 95. RGB value is (152,70,149). Sum of RGB (Red+Green+Blue) = 152+70+149=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 152 - color contains mainly: red. Hex color #984695 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984695 is #67B96A. Grayscale: #676767. Windows color (decimal): -6797675 or 9782936. OLE color: 9782936.

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

Color convert

RGB15270149-
CMYK00.540.020.40
HSL302.2º36.94%43.53%-
HSV(B)302.2º53.95%59.61%-
XYZ20.5613.2329.9-
YUV103.52153.67162.58-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.97%
GREEN value IS 70 (27.73% from 255) = 18.87%
BLUE value IS 149 (58.59% from 255) = 40.16%
R=40.97%
G=18.87%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.02
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527014900.540.020.40302.236.9443.53
Hex98469503622812e252c
Octal2301062250662504564554
Binary10011000100011010010101011011010101000100101110100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984695; }

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

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

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

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

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

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

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

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