#984F92

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

Shades of Violet Blue #984F92

Tints of Violet Blue #984F92

Color information

#984F92 (or 0x984F92) is unknown color: approx Violet Blue. HEX triplet: 98, 4F and 92. RGB value is (152,79,146). Sum of RGB (Red+Green+Blue) = 152+79+146=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 79 (31.25% from 255 or 20.95% from 377); Blue value is 146 (57.42% from 255 or 38.73% from 377); Max value from RGB is 152 - color contains mainly: red. Hex color #984F92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #984F92 is #67B06D. Grayscale: #6C6C6C. Windows color (decimal): -6795374 or 9588632. OLE color: 9588632.

HSL color Cylindrical-coordinate representation of color #984F92: hue angle of 304.93º 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 #984F92 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB15279146-
CMYK00.480.040.40
HSL304.93º31.6%45.29%-
HSV(B)304.93º48.03%59.61%-
XYZ20.9314.3428.86-
YUV108.46149.18159.05-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.32%
GREEN value IS 79 (31.25% from 255) = 20.95%
BLUE value IS 146 (57.42% from 255) = 38.73%
R=40.32%
G=20.95%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527914600.480.040.40304.9331.645.29
Hex984F92030428131202d
Octal2301172220604504614055
Binary100110001001111100100100110000100101000100110001100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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