#8A2CDD

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

Shades of Blue Violet #8A2CDD

Tints of Blue Violet #8A2CDD

Color information

#8A2CDD (or 0x8A2CDD) is unknown color: approx Blue Violet. HEX triplet: 8A, 2C and DD. RGB value is (138,44,221). Sum of RGB (Red+Green+Blue) = 138+44+221=403 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.24% from 403); Green value is 44 (17.58% from 255 or 10.92% from 403); Blue value is 221 (86.72% from 255 or 54.84% from 403); Max value from RGB is 221 - color contains mainly: blue. Hex color #8A2CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A2CDD is #75D322. Grayscale: #5B5B5B. Windows color (decimal): -7721763 or 14494858. OLE color: 14494858.

HSL color Cylindrical-coordinate representation of color #8A2CDD: hue angle of 271.86º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8A2CDD is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13844221-
CMYK0.380.8000.13
HSL271.86º72.24%51.96%-
HSV(B)271.86º80.09%86.67%-
XYZ24.4312.4369.52-
YUV92.28200.64160.61-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.24%
GREEN value IS 44 (17.58% from 255) = 10.92%
BLUE value IS 221 (86.72% from 255) = 54.84%
R=34.24%
G=10.92%
B=54.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal138442210.380.8000.13271.8672.2451.96
Hex8A2CDD26500D1104834
Octal212543354612001542011064
Binary10001010101100110111011001101010000011011000100001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,44,221); }

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

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

 a { background-color: rgb(138,44,221); }

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

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

 span { border-color: rgb(138,44,221); }

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