#8418D5

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

Shades of Blue Violet #8418D5

Tints of Blue Violet #8418D5

Color information

#8418D5 (or 0x8418D5) is unknown color: approx Blue Violet. HEX triplet: 84, 18 and D5. RGB value is (132,24,213). Sum of RGB (Red+Green+Blue) = 132+24+213=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 24 (9.77% from 255 or 6.50% from 369); Blue value is 213 (83.59% from 255 or 57.72% from 369); Max value from RGB is 213 - color contains mainly: blue. Hex color #8418D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8418D5 is #7BE72A. Grayscale: #4D4D4D. Windows color (decimal): -8120107 or 13965444. OLE color: 13965444.

HSL color Cylindrical-coordinate representation of color #8418D5: hue angle of 274.29º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8418D5 is Cyan = 0.38, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13224213-
CMYK0.380.8900.16
HSL274.29º79.75%46.47%-
HSV(B)274.29º88.73%83.53%-
XYZ21.8510.3663.8-
YUV77.84204.28166.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.77%
GREEN value IS 24 (9.77% from 255) = 6.50%
BLUE value IS 213 (83.59% from 255) = 57.72%
R=35.77%
G=6.50%
B=57.72%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal132242130.380.8900.16274.2979.7546.47
Hex8418D52659010112502e
Octal204303254613102042212056
Binary10000100110001101010110011010110010100001000100101010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8418D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8418D5; }

 p { color: rgb(132,24,213); }

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

<style>
 a { background-color: #8418D5; }

 a { background-color: rgb(132,24,213); }

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

<style>
 span { border-color: #8418D5; }

 span { border-color: rgb(132,24,213); }

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