Html Css Color HEX #893AF6 Blue Violet

📋 copy color: '#893AF6'

red 137 ◦ green 58 ◦ blue 246

#893AF6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #893AF6

Tints of Blue Violet #893AF6

RGB

 RED value IS 137 (53.91% from 255) = 31.07%

 GREEN value IS 58 (23.05% from 255) = 13.15%

 BLUE value IS 246 (96.48% from 255) = 55.78%

R = 31.07%
G = 13.15%
B = 55.78%

CMYK

 C value IS 0.44

 M value IS 0.76

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#893AF6 (or 0x893AF6) is known color: Blue Violet. HEX triplet: 89, 3A and F6. RGB value is (137,58,246). Sum of RGB (Red+Green+Blue) = 137+58+246=441 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.07% from 441); Green value is 58 (23.05% from 255 or 13.15% from 441); Blue value is 246 (96.48% from 255 or 55.78% from 441); Max value from RGB is 246 - color contains mainly: blue. Hex color #893AF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #893AF6 is #76C509. Grayscale: #666666. Windows color (decimal): -7783690 or 16136841. OLE color: 16136841.

HSL color Cylindrical-coordinate representation of color #893AF6: hue angle of 265.21º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #893AF6 is Cyan = 0.44, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 137 58 246 -
CMYK 0.44 0.76 0 0.04
HSL 265.21º 0.91% 0.6% -
HSV(B) 265.21º 0.76% 0.96% -
XYZ 28.46 15 88.58 -
YUV 103.05 208.67 152.21 -
System Red Green Blue C M Y K H S L
Decimal 137 58 246 0.44 0.76 0 0.04 265.21 0.91 0.6
Hex 89 3A F6 2C 4C 0 4 109 5B 3C
Octal 211 72 366 54 114 0 4 411 133 74
Binary 10001001 111010 11110110 101100 1001100 0 100 100001001 1011011 111100

Color Harmonies of #893AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893AF6

Black with #893AF6

Text Example


Text Example

White with #893AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,58,246); }

 H1.HeaderClassName
 {
   color: #893AF6;
 }
 .AnyTagClassName
 {
   color: #893AF6;
 }
</style>

background-color css

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

 a { background-color: rgb(137,58,246); }

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

border-color css

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

 span { border-color: rgb(137,58,246); }

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