#8D2699

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

Shades of Vivid Violet #8D2699

Tints of Vivid Violet #8D2699

Color information

#8D2699 (or 0x8D2699) is unknown color: approx Vivid Violet. HEX triplet: 8D, 26 and 99. RGB value is (141,38,153). Sum of RGB (Red+Green+Blue) = 141+38+153=332 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.47% from 332); Green value is 38 (15.23% from 255 or 11.45% from 332); Blue value is 153 (60.16% from 255 or 46.08% from 332); Max value from RGB is 153 - color contains mainly: blue. Hex color #8D2699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2699 is #72D966. Grayscale: #515151. Windows color (decimal): -7526759 or 10036877. OLE color: 10036877.

HSL color Cylindrical-coordinate representation of color #8D2699: hue angle of 293.74º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8D2699 is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB14138153-
CMYK0.080.7500.4
HSL293.74º60.21%37.45%-
HSV(B)293.74º75.16%60%-
XYZ17.439.3531.02-
YUV81.91168.12170.15-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.47%
GREEN value IS 38 (15.23% from 255) = 11.45%
BLUE value IS 153 (60.16% from 255) = 46.08%
R=42.47%
G=11.45%
B=46.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal141381530.080.7500.4293.7460.2137.45
Hex8D269984B0281263c25
Octal21546231101130504467445
Binary1000110110011010011001100010010110101000100100110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,38,153); }

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

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

 a { background-color: rgb(141,38,153); }

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

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

 span { border-color: rgb(141,38,153); }

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