Html Css Color HEX #893AFE Blue Violet

📋 copy color: '#893AFE'

red 137 ◦ green 58 ◦ blue 254

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

Shades of Blue Violet #893AFE

Tints of Blue Violet #893AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 56.57%

R = 30.51%
G = 12.92%
B = 56.57%

CMYK

 C value IS 0.46

 M value IS 0.77

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#893AFE (or 0x893AFE) is known color: Blue Violet. HEX triplet: 89, 3A and FE. RGB value is (137,58,254). Sum of RGB (Red+Green+Blue) = 137+58+254=449 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.51% from 449); Green value is 58 (23.05% from 255 or 12.92% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #893AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #893AFE is #76C501. Grayscale: #676767. Windows color (decimal): -7783682 or 16661129. OLE color: 16661129.

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

Color convert

RGB 137 58 254 -
CMYK 0.46 0.77 0 0.00
HSL 264.18º 0.99% 0.61% -
HSV(B) 264.18º 0.77% 1% -
XYZ 29.72 15.5 95.19 -
YUV 103.97 212.67 151.56 -
System Red Green Blue C M Y K H S L
Decimal 137 58 254 0.46 0.77 0 0.00 264.18 0.99 0.61
Hex 89 3A FE 2E 4D 0 0 108 63 3D
Octal 211 72 376 56 115 0 0 410 143 75
Binary 10001001 111010 11111110 101110 1001101 0 0 100001000 1100011 111101

Color Harmonies of #893AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893AFE

Black with #893AFE

Text Example


Text Example

White with #893AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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