#984B90

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

Shades of Violet Blue #984B90

Tints of Violet Blue #984B90

Color information

#984B90 (or 0x984B90) is unknown color: approx Violet Blue. HEX triplet: 98, 4B and 90. RGB value is (152,75,144). Sum of RGB (Red+Green+Blue) = 152+75+144=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 75 (29.69% from 255 or 20.22% from 371); Blue value is 144 (56.64% from 255 or 38.81% from 371); Max value from RGB is 152 - color contains mainly: red. Hex color #984B90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984B90 is #67B46F. Grayscale: #696969. Windows color (decimal): -6796400 or 9456536. OLE color: 9456536.

HSL color Cylindrical-coordinate representation of color #984B90: hue angle of 306.23º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #984B90 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB15275144-
CMYK00.510.050.40
HSL306.23º33.92%44.51%-
HSV(B)306.23º50.66%59.61%-
XYZ20.513.7227.95-
YUV105.89149.51160.89-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.97%
GREEN value IS 75 (29.69% from 255) = 20.22%
BLUE value IS 144 (56.64% from 255) = 38.81%
R=40.97%
G=20.22%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527514400.510.050.40306.2333.9244.51
Hex984B90033528132222d
Octal2301132200635504624255
Binary100110001001011100100000110011101101000100110010100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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