#8418BD

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

Shades of Dark Violet #8418BD

Tints of Dark Violet #8418BD

Color information

#8418BD (or 0x8418BD) is unknown color: approx Dark Violet. HEX triplet: 84, 18 and BD. RGB value is (132,24,189). Sum of RGB (Red+Green+Blue) = 132+24+189=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 24 (9.77% from 255 or 6.96% from 345); Blue value is 189 (74.22% from 255 or 54.78% from 345); Max value from RGB is 189 - color contains mainly: blue. Hex color #8418BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8418BD is #7BE742. Grayscale: #4A4A4A. Windows color (decimal): -8120131 or 12392580. OLE color: 12392580.

HSL color Cylindrical-coordinate representation of color #8418BD: hue angle of 279.27º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8418BD is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13224189-
CMYK0.300.8700.26
HSL279.27º77.46%41.76%-
HSV(B)279.27º87.3%74.12%-
XYZ19.039.2348.92-
YUV75.1192.28168.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.26%
GREEN value IS 24 (9.77% from 255) = 6.96%
BLUE value IS 189 (74.22% from 255) = 54.78%
R=38.26%
G=6.96%
B=54.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal132241890.300.8700.26279.2777.4641.76
Hex8418BD1E5701A1174d2a
Octal204302753612703242711552
Binary1000010011000101111011111010101110110101000101111001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8418BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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