Html Css Color HEX #893CEA Blue Violet

📋 copy color: '#893CEA'

red 137 ◦ green 60 ◦ blue 234

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

Shades of Blue Violet #893CEA

Tints of Blue Violet #893CEA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.92%

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

R = 31.79%
G = 13.92%
B = 54.29%

CMYK

 C value IS 0.41

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#893CEA (or 0x893CEA) is known color: Blue Violet. HEX triplet: 89, 3C and EA. RGB value is (137,60,234). Sum of RGB (Red+Green+Blue) = 137+60+234=431 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.79% from 431); Green value is 60 (23.83% from 255 or 13.92% from 431); Blue value is 234 (91.80% from 255 or 54.29% from 431); Max value from RGB is 234 - color contains mainly: blue. Hex color #893CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #893CEA is #76C315. Grayscale: #666666. Windows color (decimal): -7783190 or 15350921. OLE color: 15350921.

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

Color convert

RGB 137 60 234 -
CMYK 0.41 0.74 0 0.08
HSL 266.55º 0.81% 0.58% -
HSV(B) 266.55º 0.74% 0.92% -
XYZ 26.78 14.49 79.23 -
YUV 102.86 202.01 152.35 -
System Red Green Blue C M Y K H S L
Decimal 137 60 234 0.41 0.74 0 0.08 266.55 0.81 0.58
Hex 89 3C EA 29 4A 0 8 10B 51 3A
Octal 211 74 352 51 112 0 10 413 121 72
Binary 10001001 111100 11101010 101001 1001010 0 1000 100001011 1010001 111010

Color Harmonies of #893CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893CEA

Black with #893CEA

Text Example


Text Example

White with #893CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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