#98538E

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

Shades of Violet Blue #98538E

Tints of Violet Blue #98538E

Color information

#98538E (or 0x98538E) is unknown color: approx Violet Blue. HEX triplet: 98, 53 and 8E. RGB value is (152,83,142). Sum of RGB (Red+Green+Blue) = 152+83+142=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 142 (55.86% from 255 or 37.67% from 377); Max value from RGB is 152 - color contains mainly: red. Hex color #98538E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98538E is #67AC71. Grayscale: #6E6E6E. Windows color (decimal): -6794354 or 9327512. OLE color: 9327512.

HSL color Cylindrical-coordinate representation of color #98538E: hue angle of 308.7º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #98538E is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB15283142-
CMYK00.450.070.40
HSL308.7º29.36%46.08%-
HSV(B)308.7º45.39%59.61%-
XYZ20.9214.8127.35-
YUV110.36145.86157.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.32%
GREEN value IS 83 (32.81% from 255) = 22.02%
BLUE value IS 142 (55.86% from 255) = 37.67%
R=40.32%
G=22.02%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528314200.450.070.40308.729.3646.08
Hex98538E02D7281351d2e
Octal2301232160557504653556
Binary10011000101001110001110010110111110100010011010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98538E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98538E; }

 p { color: rgb(152,83,142); }

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

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

 a { background-color: rgb(152,83,142); }

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

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

 span { border-color: rgb(152,83,142); }

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