#8A27D0

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

Shades of Blue Violet #8A27D0

Tints of Blue Violet #8A27D0

Color information

#8A27D0 (or 0x8A27D0) is unknown color: approx Blue Violet. HEX triplet: 8A, 27 and D0. RGB value is (138,39,208). Sum of RGB (Red+Green+Blue) = 138+39+208=385 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.84% from 385); Green value is 39 (15.62% from 255 or 10.13% from 385); Blue value is 208 (81.64% from 255 or 54.03% from 385); Max value from RGB is 208 - color contains mainly: blue. Hex color #8A27D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A27D0 is #75D82F. Grayscale: #575757. Windows color (decimal): -7723056 or 13641610. OLE color: 13641610.

HSL color Cylindrical-coordinate representation of color #8A27D0: hue angle of 275.15º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8A27D0 is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB13839208-
CMYK0.340.8100.18
HSL275.15º68.42%48.43%-
HSV(B)275.15º81.25%81.57%-
XYZ22.5911.4160.69-
YUV87.87195.8163.76-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.84%
GREEN value IS 39 (15.62% from 255) = 10.13%
BLUE value IS 208 (81.64% from 255) = 54.03%
R=35.84%
G=10.13%
B=54.03%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal138392080.340.8100.18275.1568.4248.43
Hex8A27D022510121134430
Octal212473204212102242310460
Binary100010101001111101000010001010100010100101000100111000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A27D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,39,208); }

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

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

 a { background-color: rgb(138,39,208); }

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

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

 span { border-color: rgb(138,39,208); }

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