#8D36DE

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

Shades of Blue Violet #8D36DE

Tints of Blue Violet #8D36DE

Color information

#8D36DE (or 0x8D36DE) is unknown color: approx Blue Violet. HEX triplet: 8D, 36 and DE. RGB value is (141,54,222). Sum of RGB (Red+Green+Blue) = 141+54+222=417 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.81% from 417); Green value is 54 (21.48% from 255 or 12.95% from 417); Blue value is 222 (87.11% from 255 or 53.24% from 417); Max value from RGB is 222 - color contains mainly: blue. Hex color #8D36DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D36DE is #72C921. Grayscale: #626262. Windows color (decimal): -7522594 or 14562957. OLE color: 14562957.

HSL color Cylindrical-coordinate representation of color #8D36DE: hue angle of 271.07º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8D36DE is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14154222-
CMYK0.360.7600.13
HSL271.07º71.79%54.12%-
HSV(B)271.07º75.68%87.06%-
XYZ25.4913.5770.38-
YUV99.16197.32157.84-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.81%
GREEN value IS 54 (21.48% from 255) = 12.95%
BLUE value IS 222 (87.11% from 255) = 53.24%
R=33.81%
G=12.95%
B=53.24%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal141542220.360.7600.13271.0771.7954.12
Hex8D36DE244C0D10f4836
Octal215663364411401541711066
Binary10001101110110110111101001001001100011011000011111001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D36DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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