#984BA3

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

Shades of Violet Blue #984BA3

Tints of Violet Blue #984BA3

Color information

#984BA3 (or 0x984BA3) is unknown color: approx Violet Blue. HEX triplet: 98, 4B and A3. RGB value is (152,75,163). Sum of RGB (Red+Green+Blue) = 152+75+163=390 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.97% from 390); Green value is 75 (29.69% from 255 or 19.23% from 390); Blue value is 163 (64.06% from 255 or 41.79% from 390); Max value from RGB is 163 - color contains mainly: blue. Hex color #984BA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984BA3 is #67B45C. Grayscale: #6B6B6B. Windows color (decimal): -6796381 or 10701720. OLE color: 10701720.

HSL color Cylindrical-coordinate representation of color #984BA3: hue angle of 292.5º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #984BA3 is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB15275163-
CMYK0.070.5400.36
HSL292.5º36.97%46.67%-
HSV(B)292.5º53.99%63.92%-
XYZ22.0814.3536.26-
YUV108.06159.01159.34-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.97%
GREEN value IS 75 (29.69% from 255) = 19.23%
BLUE value IS 163 (64.06% from 255) = 41.79%
R=38.97%
G=19.23%
B=41.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal152751630.070.5400.36292.536.9746.67
Hex984BA3736024124252f
Octal2301132437660444444557
Binary100110001001011101000111111101100100100100100100100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984BA3; }

 p { color: rgb(152,75,163); }

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

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

 a { background-color: rgb(152,75,163); }

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

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

 span { border-color: rgb(152,75,163); }

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