#8D45F6

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

Shades of Blue Violet #8D45F6

Tints of Blue Violet #8D45F6

Color information

#8D45F6 (or 0x8D45F6) is unknown color: approx Blue Violet. HEX triplet: 8D, 45 and F6. RGB value is (141,69,246). Sum of RGB (Red+Green+Blue) = 141+69+246=456 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.92% from 456); Green value is 69 (27.34% from 255 or 15.13% from 456); Blue value is 246 (96.48% from 255 or 53.95% from 456); Max value from RGB is 246 - color contains mainly: blue. Hex color #8D45F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D45F6 is #72BA09. Grayscale: #6E6E6E. Windows color (decimal): -7518730 or 16139661. OLE color: 16139661.

HSL color Cylindrical-coordinate representation of color #8D45F6: hue angle of 264.41º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8D45F6 is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB14169246-
CMYK0.430.7200.04
HSL264.41º90.77%61.76%-
HSV(B)264.41º71.95%96.47%-
XYZ29.7516.5788.82-
YUV110.71204.35149.61-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.92%
GREEN value IS 69 (27.34% from 255) = 15.13%
BLUE value IS 246 (96.48% from 255) = 53.95%
R=30.92%
G=15.13%
B=53.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal141692460.430.7200.04264.4190.7761.76
Hex8D45F62B48041085b3e
Octal215105366531100441013376
Binary10001101100010111110110101011100100001001000010001011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D45F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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