#8920F1

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

Shades of Blue Violet #8920F1

Tints of Blue Violet #8920F1

Color information

#8920F1 (or 0x8920F1) is unknown color: approx Blue Violet. HEX triplet: 89, 20 and F1. RGB value is (137,32,241). Sum of RGB (Red+Green+Blue) = 137+32+241=410 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.41% from 410); Green value is 32 (12.89% from 255 or 7.80% from 410); Blue value is 241 (94.53% from 255 or 58.78% from 410); Max value from RGB is 241 - color contains mainly: blue. Hex color #8920F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8920F1 is #76DF0E. Grayscale: #565656. Windows color (decimal): -7790351 or 15802505. OLE color: 15802505.

HSL color Cylindrical-coordinate representation of color #8920F1: hue angle of 270.14º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8920F1 is Cyan = 0.43, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB13732241-
CMYK0.430.8700.05
HSL270.14º88.19%53.53%-
HSV(B)270.14º86.72%94.51%-
XYZ26.7112.784.26-
YUV87.22214.79163.51-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.41%
GREEN value IS 32 (12.89% from 255) = 7.80%
BLUE value IS 241 (94.53% from 255) = 58.78%
R=33.41%
G=7.80%
B=58.78%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal137322410.430.8700.05270.1488.1953.53
Hex8920F12B570510e5836
Octal21140361531270541613066
Binary1000100110000011110001101011101011101011000011101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8920F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8920F1; }

 p { color: rgb(137,32,241); }

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

<style>
 a { background-color: #8920F1; }

 a { background-color: rgb(137,32,241); }

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

<style>
 span { border-color: #8920F1; }

 span { border-color: rgb(137,32,241); }

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