#8D2BAA

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

Shades of Vivid Violet #8D2BAA

Tints of Vivid Violet #8D2BAA

Color information

#8D2BAA (or 0x8D2BAA) is unknown color: approx Vivid Violet. HEX triplet: 8D, 2B and AA. RGB value is (141,43,170). Sum of RGB (Red+Green+Blue) = 141+43+170=354 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.83% from 354); Green value is 43 (17.19% from 255 or 12.15% from 354); Blue value is 170 (66.80% from 255 or 48.02% from 354); Max value from RGB is 170 - color contains mainly: blue. Hex color #8D2BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2BAA is #72D455. Grayscale: #565656. Windows color (decimal): -7525462 or 11152269. OLE color: 11152269.

HSL color Cylindrical-coordinate representation of color #8D2BAA: hue angle of 286.3º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8D2BAA is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14143170-
CMYK0.170.7500.33
HSL286.3º59.62%41.76%-
HSV(B)286.3º74.71%66.67%-
XYZ19.110.2939.01-
YUV86.78174.97166.67-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.83%
GREEN value IS 43 (17.19% from 255) = 12.15%
BLUE value IS 170 (66.80% from 255) = 48.02%
R=39.83%
G=12.15%
B=48.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141431700.170.7500.33286.359.6241.76
Hex8D2BAA114B02111e3c2a
Octal21553252211130414367452
Binary10001101101011101010101000110010110100001100011110111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,43,170); }

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

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

 a { background-color: rgb(141,43,170); }

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

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

 span { border-color: rgb(141,43,170); }

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