#8D6292

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

Shades of Violet Blue #8D6292

Tints of Violet Blue #8D6292

Color information

#8D6292 (or 0x8D6292) is unknown color: approx Violet Blue. HEX triplet: 8D, 62 and 92. RGB value is (141,98,146). Sum of RGB (Red+Green+Blue) = 141+98+146=385 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.62% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 146 (57.42% from 255 or 37.92% from 385); Max value from RGB is 146 - color contains mainly: blue. Hex color #8D6292 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6292 is #729D6D. Grayscale: #747474. Windows color (decimal): -7511406 or 9593485. OLE color: 9593485.

HSL color Cylindrical-coordinate representation of color #8D6292: hue angle of 293.75º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8D6292 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB14198146-
CMYK0.030.3300.43
HSL293.75º19.67%47.84%-
HSV(B)293.75º32.88%57.25%-
XYZ20.5416.4729.29-
YUV116.33144.75145.6-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.62%
GREEN value IS 98 (38.67% from 255) = 25.45%
BLUE value IS 146 (57.42% from 255) = 37.92%
R=36.62%
G=25.45%
B=37.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal141981460.030.3300.43293.7519.6747.84
Hex8D629232102B1261430
Octal2151422223410534462460
Binary1000110111000101001001011100001010101110010011010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,98,146); }

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

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

 a { background-color: rgb(141,98,146); }

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

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

 span { border-color: rgb(141,98,146); }

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