#893BF3

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

Shades of Blue Violet #893BF3

Tints of Blue Violet #893BF3

Color information

#893BF3 (or 0x893BF3) is unknown color: approx Blue Violet. HEX triplet: 89, 3B and F3. RGB value is (137,59,243). Sum of RGB (Red+Green+Blue) = 137+59+243=439 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.21% from 439); Green value is 59 (23.44% from 255 or 13.44% from 439); Blue value is 243 (95.31% from 255 or 55.35% from 439); Max value from RGB is 243 - color contains mainly: blue. Hex color #893BF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #893BF3 is #76C40C. Grayscale: #666666. Windows color (decimal): -7783437 or 15940489. OLE color: 15940489.

HSL color Cylindrical-coordinate representation of color #893BF3: hue angle of 265.43º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #893BF3 is Cyan = 0.44, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB13759243-
CMYK0.440.7600.05
HSL265.43º88.46%59.22%-
HSV(B)265.43º75.72%95.29%-
XYZ28.0614.9286.19-
YUV103.3206.84152.04-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.21%
GREEN value IS 59 (23.44% from 255) = 13.44%
BLUE value IS 243 (95.31% from 255) = 55.35%
R=31.21%
G=13.44%
B=55.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal137592430.440.7600.05265.4388.4659.22
Hex893BF32C4C05109583b
Octal21173363541140541113073
Binary1000100111101111110011101100100110001011000010011011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893BF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,59,243); }

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

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

 a { background-color: rgb(137,59,243); }

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

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

 span { border-color: rgb(137,59,243); }

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