Html Css Color HEX #893FEA Blue Violet

📋 copy color: '#893FEA'

red 137 ◦ green 63 ◦ blue 234

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

Shades of Blue Violet #893FEA

Tints of Blue Violet #893FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 53.92%

R = 31.57%
G = 14.52%
B = 53.92%

CMYK

 C value IS 0.41

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#893FEA (or 0x893FEA) is known color: Blue Violet. HEX triplet: 89, 3F and EA. RGB value is (137,63,234). Sum of RGB (Red+Green+Blue) = 137+63+234=434 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.57% from 434); Green value is 63 (25% from 255 or 14.52% from 434); Blue value is 234 (91.80% from 255 or 53.92% from 434); Max value from RGB is 234 - color contains mainly: blue. Hex color #893FEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #893FEA is #76C015. Grayscale: #686868. Windows color (decimal): -7782422 or 15351689. OLE color: 15351689.

HSL color Cylindrical-coordinate representation of color #893FEA: hue angle of 265.96º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #893FEA is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 137 63 234 -
CMYK 0.41 0.73 0 0.08
HSL 265.96º 0.8% 0.58% -
HSV(B) 265.96º 0.73% 0.92% -
XYZ 26.95 14.81 79.28 -
YUV 104.62 201.02 151.1 -
System Red Green Blue C M Y K H S L
Decimal 137 63 234 0.41 0.73 0 0.08 265.96 0.8 0.58
Hex 89 3F EA 29 49 0 8 10A 50 3A
Octal 211 77 352 51 111 0 10 412 120 72
Binary 10001001 111111 11101010 101001 1001001 0 1000 100001010 1010000 111010

Color Harmonies of #893FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893FEA

Black with #893FEA

Text Example


Text Example

White with #893FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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