#893FEB

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

Shades of Blue Violet #893FEB

Tints of Blue Violet #893FEB

Color information

#893FEB (or 0x893FEB) is unknown color: approx Blue Violet. HEX triplet: 89, 3F and EB. RGB value is (137,63,235). Sum of RGB (Red+Green+Blue) = 137+63+235=435 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.49% from 435); Green value is 63 (25% from 255 or 14.48% from 435); Blue value is 235 (92.19% from 255 or 54.02% from 435); Max value from RGB is 235 - color contains mainly: blue. Hex color #893FEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #893FEB is #76C014. Grayscale: #686868. Windows color (decimal): -7782421 or 15417225. OLE color: 15417225.

HSL color Cylindrical-coordinate representation of color #893FEB: hue angle of 265.81º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #893FEB is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB13763235-
CMYK0.420.7300.08
HSL265.81º81.13%58.43%-
HSV(B)265.81º73.19%92.16%-
XYZ27.0914.8780.04-
YUV104.73201.52151.01-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.49%
GREEN value IS 63 (25% from 255) = 14.48%
BLUE value IS 235 (92.19% from 255) = 54.02%
R=31.49%
G=14.48%
B=54.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal137632350.420.7300.08265.8181.1358.43
Hex893FEB2A490810a513a
Octal211773535211101041212172
Binary10001001111111111010111010101001001010001000010101010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893FEB; }

 p { color: rgb(137,63,235); }

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

<style>
 a { background-color: #893FEB; }

 a { background-color: rgb(137,63,235); }

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

<style>
 span { border-color: #893FEB; }

 span { border-color: rgb(137,63,235); }

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