#890FE6

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

Shades of Blue Violet #890FE6

Tints of Blue Violet #890FE6

Color information

#890FE6 (or 0x890FE6) is unknown color: approx Blue Violet. HEX triplet: 89, 0F and E6. RGB value is (137,15,230). Sum of RGB (Red+Green+Blue) = 137+15+230=382 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.86% from 382); Green value is 15 (6.25% from 255 or 3.93% from 382); Blue value is 230 (90.23% from 255 or 60.21% from 382); Max value from RGB is 230 - color contains mainly: blue. Hex color #890FE6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #890FE6 is #76F019. Grayscale: #4B4B4B. Windows color (decimal): -7794714 or 15077257. OLE color: 15077257.

HSL color Cylindrical-coordinate representation of color #890FE6: hue angle of 274.05º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #890FE6 is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB13715230-
CMYK0.400.9300.10
HSL274.05º87.76%48.04%-
HSV(B)274.05º93.48%90.2%-
XYZ24.7711.3775.75-
YUV75.99214.92171.52-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.86%
GREEN value IS 15 (6.25% from 255) = 3.93%
BLUE value IS 230 (90.23% from 255) = 60.21%
R=35.86%
G=3.93%
B=60.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal137152300.400.9300.10274.0587.7648.04
Hex89FE6285D0A1125830
Octal211173465013501242213060
Binary100010011111111001101010001011101010101000100101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890FE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890FE6; }

 p { color: rgb(137,15,230); }

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

<style>
 a { background-color: #890FE6; }

 a { background-color: rgb(137,15,230); }

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

<style>
 span { border-color: #890FE6; }

 span { border-color: rgb(137,15,230); }

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