#893DFC

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

Shades of Blue Violet #893DFC

Tints of Blue Violet #893DFC

Color information

#893DFC (or 0x893DFC) is unknown color: approx Blue Violet. HEX triplet: 89, 3D and FC. RGB value is (137,61,252). Sum of RGB (Red+Green+Blue) = 137+61+252=450 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.44% from 450); Green value is 61 (24.22% from 255 or 13.56% from 450); Blue value is 252 (98.83% from 255 or 56% from 450); Max value from RGB is 252 - color contains mainly: blue. Hex color #893DFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #893DFC is #76C203. Grayscale: #686868. Windows color (decimal): -7782916 or 16530825. OLE color: 16530825.

HSL color Cylindrical-coordinate representation of color #893DFC: hue angle of 263.87º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #893DFC is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB13761252-
CMYK0.460.7600.01
HSL263.87º96.95%61.37%-
HSV(B)263.87º75.79%98.82%-
XYZ29.5615.6893.57-
YUV105.5210.68150.47-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.44%
GREEN value IS 61 (24.22% from 255) = 13.56%
BLUE value IS 252 (98.83% from 255) = 56%
R=30.44%
G=13.56%
B=56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal137612520.460.7600.01263.8796.9561.37
Hex893DFC2E4C01108613d
Octal21175374561140141014175
Binary10001001111101111111001011101001100011000010001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,61,252); }

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

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

 a { background-color: rgb(137,61,252); }

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

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

 span { border-color: rgb(137,61,252); }

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