#8D27D9

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

Shades of Blue Violet #8D27D9

Tints of Blue Violet #8D27D9

Color information

#8D27D9 (or 0x8D27D9) is unknown color: approx Blue Violet. HEX triplet: 8D, 27 and D9. RGB value is (141,39,217). Sum of RGB (Red+Green+Blue) = 141+39+217=397 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.52% from 397); Green value is 39 (15.62% from 255 or 9.82% from 397); Blue value is 217 (85.16% from 255 or 54.66% from 397); Max value from RGB is 217 - color contains mainly: blue. Hex color #8D27D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D27D9 is #72D826. Grayscale: #595959. Windows color (decimal): -7526439 or 14231437. OLE color: 14231437.

HSL color Cylindrical-coordinate representation of color #8D27D9: hue angle of 274.38º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8D27D9 is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB14139217-
CMYK0.350.8200.15
HSL274.38º70.08%50.2%-
HSV(B)274.38º82.03%85.1%-
XYZ24.2312.1266.71-
YUV89.79199.79164.53-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.52%
GREEN value IS 39 (15.62% from 255) = 9.82%
BLUE value IS 217 (85.16% from 255) = 54.66%
R=35.52%
G=9.82%
B=54.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal141392170.350.8200.15274.3870.0850.2
Hex8D27D923520F1124632
Octal215473314312201742210662
Binary10001101100111110110011000111010010011111000100101000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D27D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,39,217); }

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

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

 a { background-color: rgb(141,39,217); }

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

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

 span { border-color: rgb(141,39,217); }

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