Html Css Color HEX #893BE0 Blue Violet

📋 copy color: '#893BE0'

red 137 ◦ green 59 ◦ blue 224

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

Shades of Blue Violet #893BE0

Tints of Blue Violet #893BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 53.33%

R = 32.62%
G = 14.05%
B = 53.33%

CMYK

 C value IS 0.39

 M value IS 0.74

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#893BE0 (or 0x893BE0) is known color: Blue Violet. HEX triplet: 89, 3B and E0. RGB value is (137,59,224). Sum of RGB (Red+Green+Blue) = 137+59+224=420 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.62% from 420); Green value is 59 (23.44% from 255 or 14.05% from 420); Blue value is 224 (87.89% from 255 or 53.33% from 420); Max value from RGB is 224 - color contains mainly: blue. Hex color #893BE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893BE0 is #76C41F. Grayscale: #646464. Windows color (decimal): -7783456 or 14695305. OLE color: 14695305.

HSL color Cylindrical-coordinate representation of color #893BE0: hue angle of 268.36º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #893BE0 is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 137 59 224 -
CMYK 0.39 0.74 0 0.12
HSL 268.36º 0.73% 0.55% -
HSV(B) 268.36º 0.74% 0.88% -
XYZ 25.34 13.83 71.85 -
YUV 101.13 197.34 153.58 -
System Red Green Blue C M Y K H S L
Decimal 137 59 224 0.39 0.74 0 0.12 268.36 0.73 0.55
Hex 89 3B E0 27 4A 0 C 10C 49 37
Octal 211 73 340 47 112 0 14 414 111 67
Binary 10001001 111011 11100000 100111 1001010 0 1100 100001100 1001001 110111

Color Harmonies of #893BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893BE0

Black with #893BE0

Text Example


Text Example

White with #893BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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