#984F8B

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

Shades of Violet Blue #984F8B

Tints of Violet Blue #984F8B

Color information

#984F8B (or 0x984F8B) is unknown color: approx Violet Blue. HEX triplet: 98, 4F and 8B. RGB value is (152,79,139). Sum of RGB (Red+Green+Blue) = 152+79+139=370 (49% of max value = 765). Red value is 152 (59.77% from 255 or 41.08% from 370); Green value is 79 (31.25% from 255 or 21.35% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 152 - color contains mainly: red. Hex color #984F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #984F8B is #67B074. Grayscale: #6B6B6B. Windows color (decimal): -6795381 or 9129880. OLE color: 9129880.

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

Color convert

RGB15279139-
CMYK00.480.090.40
HSL310.68º31.6%45.29%-
HSV(B)310.68º48.03%59.61%-
XYZ20.4114.1326.08-
YUV107.67145.68159.62-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.08%
GREEN value IS 79 (31.25% from 255) = 21.35%
BLUE value IS 139 (54.69% from 255) = 37.57%
R=41.08%
G=21.35%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527913900.480.090.40310.6831.645.29
Hex984F8B030928137202d
Octal23011721306011504674055
Binary1001100010011111000101101100001001101000100110111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,79,139); }

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

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

 a { background-color: rgb(152,79,139); }

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

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

 span { border-color: rgb(152,79,139); }

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