Html Css Color HEX #893BF6 Blue Violet

📋 copy color: '#893BF6'

red 137 ◦ green 59 ◦ blue 246

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

Shades of Blue Violet #893BF6

Tints of Blue Violet #893BF6

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.35%

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

R = 31%
G = 13.35%
B = 55.66%

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

#893BF6 (or 0x893BF6) is known color: Blue Violet. HEX triplet: 89, 3B and F6. RGB value is (137,59,246). Sum of RGB (Red+Green+Blue) = 137+59+246=442 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.00% from 442); Green value is 59 (23.44% from 255 or 13.35% from 442); Blue value is 246 (96.48% from 255 or 55.66% from 442); Max value from RGB is 246 - color contains mainly: blue. Hex color #893BF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #893BF6 is #76C409. Grayscale: #666666. Windows color (decimal): -7783434 or 16137097. OLE color: 16137097.

HSL color Cylindrical-coordinate representation of color #893BF6: hue angle of 265.03º 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 #893BF6 is Cyan = 0.44, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 137 59 246 -
CMYK 0.44 0.76 0 0.04
HSL 265.03º 0.91% 0.6% -
HSV(B) 265.03º 0.76% 0.96% -
XYZ 28.52 15.1 88.6 -
YUV 103.64 208.34 151.79 -
System Red Green Blue C M Y K H S L
Decimal 137 59 246 0.44 0.76 0 0.04 265.03 0.91 0.6
Hex 89 3B F6 2C 4C 0 4 109 5B 3C
Octal 211 73 366 54 114 0 4 411 133 74
Binary 10001001 111011 11110110 101100 1001100 0 100 100001001 1011011 111100

Color Harmonies of #893BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893BF6

Black with #893BF6

Text Example


Text Example

White with #893BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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