Html Css Color HEX #893FF6 Blue Violet

📋 copy color: '#893FF6'

red 137 ◦ green 63 ◦ blue 246

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

Shades of Blue Violet #893FF6

Tints of Blue Violet #893FF6

RGB

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

 GREEN value IS 63 (25% from 255) = 14.13%

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

R = 30.72%
G = 14.13%
B = 55.16%

CMYK

 C value IS 0.44

 M value IS 0.74

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#893FF6 (or 0x893FF6) is known color: Blue Violet. HEX triplet: 89, 3F and F6. RGB value is (137,63,246). Sum of RGB (Red+Green+Blue) = 137+63+246=446 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.72% from 446); Green value is 63 (25% from 255 or 14.13% from 446); Blue value is 246 (96.48% from 255 or 55.16% from 446); Max value from RGB is 246 - color contains mainly: blue. Hex color #893FF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #893FF6 is #76C009. Grayscale: #696969. Windows color (decimal): -7782410 or 16138121. OLE color: 16138121.

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

Color convert

RGB 137 63 246 -
CMYK 0.44 0.74 0 0.04
HSL 264.26º 0.91% 0.61% -
HSV(B) 264.26º 0.74% 0.96% -
XYZ 28.73 15.53 88.67 -
YUV 105.99 207.02 150.12 -
System Red Green Blue C M Y K H S L
Decimal 137 63 246 0.44 0.74 0 0.04 264.26 0.91 0.61
Hex 89 3F F6 2C 4A 0 4 108 5B 3D
Octal 211 77 366 54 112 0 4 410 133 75
Binary 10001001 111111 11110110 101100 1001010 0 100 100001000 1011011 111101

Color Harmonies of #893FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893FF6

Black with #893FF6

Text Example


Text Example

White with #893FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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