#8D6098

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

Shades of Violet Blue #8D6098

Tints of Violet Blue #8D6098

Color information

#8D6098 (or 0x8D6098) is unknown color: approx Violet Blue. HEX triplet: 8D, 60 and 98. RGB value is (141,96,152). Sum of RGB (Red+Green+Blue) = 141+96+152=389 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.25% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 152 (59.77% from 255 or 39.07% from 389); Max value from RGB is 152 - color contains mainly: blue. Hex color #8D6098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6098 is #729F67. Grayscale: #737373. Windows color (decimal): -7511912 or 9986189. OLE color: 9986189.

HSL color Cylindrical-coordinate representation of color #8D6098: hue angle of 288.21º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8D6098 is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14196152-
CMYK0.070.3700.40
HSL288.21º22.58%48.63%-
HSV(B)288.21º36.84%59.61%-
XYZ20.8316.331.75-
YUV115.84148.41145.95-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.25%
GREEN value IS 96 (37.89% from 255) = 24.68%
BLUE value IS 152 (59.77% from 255) = 39.07%
R=36.25%
G=24.68%
B=39.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal141961520.070.3700.40288.2122.5848.63
Hex8D60987250281201731
Octal2151402307450504402761
Binary10001101110000010011000111100101010100010010000010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D6098; }

 p { color: rgb(141,96,152); }

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

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

 a { background-color: rgb(141,96,152); }

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

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

 span { border-color: rgb(141,96,152); }

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