#8D45EE

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

Shades of Blue Violet #8D45EE

Tints of Blue Violet #8D45EE

Color information

#8D45EE (or 0x8D45EE) is unknown color: approx Blue Violet. HEX triplet: 8D, 45 and EE. RGB value is (141,69,238). Sum of RGB (Red+Green+Blue) = 141+69+238=448 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.47% from 448); Green value is 69 (27.34% from 255 or 15.40% from 448); Blue value is 238 (93.36% from 255 or 53.12% from 448); Max value from RGB is 238 - color contains mainly: blue. Hex color #8D45EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D45EE is #72BA11. Grayscale: #6D6D6D. Windows color (decimal): -7518738 or 15615373. OLE color: 15615373.

HSL color Cylindrical-coordinate representation of color #8D45EE: hue angle of 265.56º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8D45EE is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB14169238-
CMYK0.410.7100.07
HSL265.56º83.25%60.2%-
HSV(B)265.56º71.01%93.33%-
XYZ28.5516.0982.49-
YUV109.79200.35150.26-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.47%
GREEN value IS 69 (27.34% from 255) = 15.40%
BLUE value IS 238 (93.36% from 255) = 53.12%
R=31.47%
G=15.40%
B=53.12%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal141692380.410.7100.07265.5683.2560.2
Hex8D45EE29470710a533c
Octal215105356511070741212374
Binary10001101100010111101110101001100011101111000010101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D45EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,69,238); }

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

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

 a { background-color: rgb(141,69,238); }

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

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

 span { border-color: rgb(141,69,238); }

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