#8943D8

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

Shades of Blue Violet #8943D8

Tints of Blue Violet #8943D8

Color information

#8943D8 (or 0x8943D8) is unknown color: approx Blue Violet. HEX triplet: 89, 43 and D8. RGB value is (137,67,216). Sum of RGB (Red+Green+Blue) = 137+67+216=420 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.62% from 420); Green value is 67 (26.56% from 255 or 15.95% from 420); Blue value is 216 (84.77% from 255 or 51.43% from 420); Max value from RGB is 216 - color contains mainly: blue. Hex color #8943D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8943D8 is #76BC27. Grayscale: #686868. Windows color (decimal): -7781416 or 14173065. OLE color: 14173065.

HSL color Cylindrical-coordinate representation of color #8943D8: hue angle of 268.19º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8943D8 is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13767216-
CMYK0.370.6900.15
HSL268.19º65.64%55.49%-
HSV(B)268.19º68.98%84.71%-
XYZ24.7214.2966.42-
YUV104.92190.69150.88-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.62%
GREEN value IS 67 (26.56% from 255) = 15.95%
BLUE value IS 216 (84.77% from 255) = 51.43%
R=32.62%
G=15.95%
B=51.43%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal137672160.370.6900.15268.1965.6455.49
Hex8943D825450F10c4237
Octal2111033304510501741410267
Binary100010011000011110110001001011000101011111000011001000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8943D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8943D8; }

 p { color: rgb(137,67,216); }

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

<style>
 a { background-color: #8943D8; }

 a { background-color: rgb(137,67,216); }

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

<style>
 span { border-color: #8943D8; }

 span { border-color: rgb(137,67,216); }

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