#98568E

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

Shades of Violet Blue #98568E

Tints of Violet Blue #98568E

Color information

#98568E (or 0x98568E) is unknown color: approx Violet Blue. HEX triplet: 98, 56 and 8E. RGB value is (152,86,142). Sum of RGB (Red+Green+Blue) = 152+86+142=380 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40% from 380); Green value is 86 (33.98% from 255 or 22.63% from 380); Blue value is 142 (55.86% from 255 or 37.37% from 380); Max value from RGB is 152 - color contains mainly: red. Hex color #98568E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98568E is #67A971. Grayscale: #6F6F6F. Windows color (decimal): -6793586 or 9328280. OLE color: 9328280.

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

Color convert

RGB15286142-
CMYK00.430.070.40
HSL309.09º27.73%46.67%-
HSV(B)309.09º43.42%59.61%-
XYZ21.1615.2827.43-
YUV112.12144.87156.45-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40%
GREEN value IS 86 (33.98% from 255) = 22.63%
BLUE value IS 142 (55.86% from 255) = 37.37%
R=40%
G=22.63%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528614200.430.070.40309.0927.7346.67
Hex98568E02B7281351c2f
Octal2301262160537504653457
Binary10011000101011010001110010101111110100010011010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98568E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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