#8D2CDE

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

Shades of Blue Violet #8D2CDE

Tints of Blue Violet #8D2CDE

Color information

#8D2CDE (or 0x8D2CDE) is unknown color: approx Blue Violet. HEX triplet: 8D, 2C and DE. RGB value is (141,44,222). Sum of RGB (Red+Green+Blue) = 141+44+222=407 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.64% from 407); Green value is 44 (17.58% from 255 or 10.81% from 407); Blue value is 222 (87.11% from 255 or 54.55% from 407); Max value from RGB is 222 - color contains mainly: blue. Hex color #8D2CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D2CDE is #72D321. Grayscale: #5C5C5C. Windows color (decimal): -7525154 or 14560397. OLE color: 14560397.

HSL color Cylindrical-coordinate representation of color #8D2CDE: hue angle of 272.7º degrees, saturation: 0.73, 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 #8D2CDE is Cyan = 0.36, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14144222-
CMYK0.360.8000.13
HSL272.7º72.95%52.16%-
HSV(B)272.7º80.18%87.06%-
XYZ25.0712.7470.24-
YUV93.29200.64162.03-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.64%
GREEN value IS 44 (17.58% from 255) = 10.81%
BLUE value IS 222 (87.11% from 255) = 54.55%
R=34.64%
G=10.81%
B=54.55%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal141442220.360.8000.13272.772.9552.16
Hex8D2CDE24500D1114934
Octal215543364412001542111164
Binary10001101101100110111101001001010000011011000100011001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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