#8D2898

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

Shades of Vivid Violet #8D2898

Tints of Vivid Violet #8D2898

Color information

#8D2898 (or 0x8D2898) is unknown color: approx Vivid Violet. HEX triplet: 8D, 28 and 98. RGB value is (141,40,152). Sum of RGB (Red+Green+Blue) = 141+40+152=333 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.34% from 333); Green value is 40 (16.02% from 255 or 12.01% from 333); Blue value is 152 (59.77% from 255 or 45.65% from 333); Max value from RGB is 152 - color contains mainly: blue. Hex color #8D2898 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2898 is #72D767. Grayscale: #525252. Windows color (decimal): -7526248 or 9971853. OLE color: 9971853.

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

Color convert

RGB14140152-
CMYK0.070.7400.40
HSL294.11º58.33%37.65%-
HSV(B)294.11º73.68%59.61%-
XYZ17.419.4530.61-
YUV82.97166.96169.39-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.34%
GREEN value IS 40 (16.02% from 255) = 12.01%
BLUE value IS 152 (59.77% from 255) = 45.65%
R=42.34%
G=12.01%
B=45.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal141401520.070.7400.40294.1158.3337.65
Hex8D289874A0281263a26
Octal2155023071120504467246
Binary100011011010001001100011110010100101000100100110111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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