#986291

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

Shades of Violet Blue #986291

Tints of Violet Blue #986291

Color information

#986291 (or 0x986291) is unknown color: approx Violet Blue. HEX triplet: 98, 62 and 91. RGB value is (152,98,145). Sum of RGB (Red+Green+Blue) = 152+98+145=395 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.48% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 145 (57.03% from 255 or 36.71% from 395); Max value from RGB is 152 - color contains mainly: red. Hex color #986291 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986291 is #679D6E. Grayscale: #777777. Windows color (decimal): -6790511 or 9527960. OLE color: 9527960.

HSL color Cylindrical-coordinate representation of color #986291: hue angle of 307.78º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #986291 is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB15298145-
CMYK00.360.050.40
HSL307.78º21.6%49.02%-
HSV(B)307.78º35.53%59.61%-
XYZ22.4317.4628.98-
YUV119.5142.39151.18-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.48%
GREEN value IS 98 (38.67% from 255) = 24.81%
BLUE value IS 145 (57.03% from 255) = 36.71%
R=38.48%
G=24.81%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529814500.360.050.40307.7821.649.02
Hex9862910245281341631
Octal2301422210445504642661
Binary10011000110001010010001010010010110100010011010010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986291; }

 p { color: rgb(152,98,145); }

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

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

 a { background-color: rgb(152,98,145); }

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

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

 span { border-color: rgb(152,98,145); }

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