#8937D1

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

Shades of Blue Violet #8937D1

Tints of Blue Violet #8937D1

Color information

#8937D1 (or 0x8937D1) is unknown color: approx Blue Violet. HEX triplet: 89, 37 and D1. RGB value is (137,55,209). Sum of RGB (Red+Green+Blue) = 137+55+209=401 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.16% from 401); Green value is 55 (21.88% from 255 or 13.72% from 401); Blue value is 209 (82.03% from 255 or 52.12% from 401); Max value from RGB is 209 - color contains mainly: blue. Hex color #8937D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8937D1 is #76C82E. Grayscale: #606060. Windows color (decimal): -7784495 or 13711241. OLE color: 13711241.

HSL color Cylindrical-coordinate representation of color #8937D1: hue angle of 271.95º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8937D1 is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB13755209-
CMYK0.340.7400.18
HSL271.95º62.6%51.76%-
HSV(B)271.95º73.68%81.96%-
XYZ23.1912.6561.54-
YUV97.07191.17156.48-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.16%
GREEN value IS 55 (21.88% from 255) = 13.72%
BLUE value IS 209 (82.03% from 255) = 52.12%
R=34.16%
G=13.72%
B=52.12%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal137552090.340.7400.18271.9562.651.76
Hex8937D1224A0121103f34
Octal21167321421120224207764
Binary10001001110111110100011000101001010010010100010000111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8937D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8937D1; }

 p { color: rgb(137,55,209); }

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

<style>
 a { background-color: #8937D1; }

 a { background-color: rgb(137,55,209); }

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

<style>
 span { border-color: #8937D1; }

 span { border-color: rgb(137,55,209); }

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