#893fed

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

Shades of Blue Violet #893FED

Tints of Blue Violet #893FED

Color information

#893FED (or 0x893FED) is unknown color: approx Blue Violet. HEX triplet: 89, 3F and ED. RGB value is (137,63,237). Sum of RGB (Red+Green+Blue) = 137+63+237=437 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.35% from 437); Green value is 63 (25% from 255 or 14.42% from 437); Blue value is 237 (92.97% from 255 or 54.23% from 437); Max value from RGB is 237 - color contains mainly: blue. Hex color #893FED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #893FED is #76C012. Grayscale: #686868. Windows color (decimal): -7782419 or 15548297. OLE color: 15548297.

HSL color Cylindrical-coordinate representation of color #893FED: hue angle of 265.52º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #893FED is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB13763237-
CMYK0.420.7300.07
HSL265.52º82.86%58.82%-
HSV(B)265.52º73.42%92.94%-
XYZ27.3814.9981.57-
YUV104.96202.52150.85-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.35%
GREEN value IS 63 (25% from 255) = 14.42%
BLUE value IS 237 (92.97% from 255) = 54.23%
R=31.35%
G=14.42%
B=54.23%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal137632370.420.7300.07265.5282.8658.82
Hex893FED2A490710a533b
Octal21177355521110741212373
Binary1000100111111111101101101010100100101111000010101010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893fed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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