#8938d4

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

Shades of Blue Violet #8938D4

Tints of Blue Violet #8938D4

Color information

#8938D4 (or 0x8938D4) is unknown color: approx Blue Violet. HEX triplet: 89, 38 and D4. RGB value is (137,56,212). Sum of RGB (Red+Green+Blue) = 137+56+212=405 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.83% from 405); Green value is 56 (22.27% from 255 or 13.83% from 405); Blue value is 212 (83.20% from 255 or 52.35% from 405); Max value from RGB is 212 - color contains mainly: blue. Hex color #8938D4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8938D4 is #76C72B. Grayscale: #616161. Windows color (decimal): -7784236 or 13908105. OLE color: 13908105.

HSL color Cylindrical-coordinate representation of color #8938D4: hue angle of 271.15º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8938D4 is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB13756212-
CMYK0.350.7400.17
HSL271.15º64.46%52.55%-
HSV(B)271.15º73.58%83.14%-
XYZ23.6112.963.53-
YUV98192.34155.82-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.83%
GREEN value IS 56 (22.27% from 255) = 13.83%
BLUE value IS 212 (83.20% from 255) = 52.35%
R=33.83%
G=13.83%
B=52.35%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal137562120.350.7400.17271.1564.4652.55
Hex8938D4234A01110f4035
Octal211703244311202141710065
Binary100010011110001101010010001110010100100011000011111000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8938d4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8938d4; }

 p { color: rgb(137,56,212); }

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

<style>
 a { background-color: #8938d4; }

 a { background-color: rgb(137,56,212); }

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

<style>
 span { border-color: #8938d4; }

 span { border-color: rgb(137,56,212); }

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