#8D2CE1

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

Shades of Blue Violet #8D2CE1

Tints of Blue Violet #8D2CE1

Color information

#8D2CE1 (or 0x8D2CE1) is unknown color: approx Blue Violet. HEX triplet: 8D, 2C and E1. RGB value is (141,44,225). Sum of RGB (Red+Green+Blue) = 141+44+225=410 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.39% from 410); Green value is 44 (17.58% from 255 or 10.73% from 410); Blue value is 225 (88.28% from 255 or 54.88% from 410); Max value from RGB is 225 - color contains mainly: blue. Hex color #8D2CE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D2CE1 is #72D31E. Grayscale: #5D5D5D. Windows color (decimal): -7525151 or 14757005. OLE color: 14757005.

HSL color Cylindrical-coordinate representation of color #8D2CE1: hue angle of 272.15º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8D2CE1 is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB14144225-
CMYK0.370.8000.12
HSL272.15º75.1%52.75%-
HSV(B)272.15º80.44%88.24%-
XYZ25.4812.972.38-
YUV93.64202.14161.78-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.39%
GREEN value IS 44 (17.58% from 255) = 10.73%
BLUE value IS 225 (88.28% from 255) = 54.88%
R=34.39%
G=10.73%
B=54.88%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal141442250.370.8000.12272.1575.152.75
Hex8D2CE125500C1104b35
Octal215543414512001442011365
Binary10001101101100111000011001011010000011001000100001001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,44,225); }

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

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

 a { background-color: rgb(141,44,225); }

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

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

 span { border-color: rgb(141,44,225); }

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