#985092

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

Shades of Violet Blue #985092

Tints of Violet Blue #985092

Color information

#985092 (or 0x985092) is unknown color: approx Violet Blue. HEX triplet: 98, 50 and 92. RGB value is (152,80,146). Sum of RGB (Red+Green+Blue) = 152+80+146=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 152 - color contains mainly: red. Hex color #985092 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985092 is #67AF6D. Grayscale: #6C6C6C. Windows color (decimal): -6795118 or 9588888. OLE color: 9588888.

HSL color Cylindrical-coordinate representation of color #985092: hue angle of 305º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #985092 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB15280146-
CMYK00.470.040.40
HSL305º31.03%45.49%-
HSV(B)305º47.37%59.61%-
XYZ21.0114.4928.88-
YUV109.05148.85158.63-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.21%
GREEN value IS 80 (31.64% from 255) = 21.16%
BLUE value IS 146 (57.42% from 255) = 38.62%
R=40.21%
G=21.16%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.04
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528014600.470.040.4030531.0345.49
Hex98509202F4281311f2d
Octal2301202220574504613755
Binary10011000101000010010010010111110010100010011000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985092; }

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

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

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

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

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

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

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

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