Html Css Color HEX #893FDB Blue Violet

📋 copy color: '#893FDB'

red 137 ◦ green 63 ◦ blue 219

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

Shades of Blue Violet #893FDB

Tints of Blue Violet #893FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.27%

R = 32.7%
G = 15.04%
B = 52.27%

CMYK

 C value IS 0.37

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#893FDB (or 0x893FDB) is known color: Blue Violet. HEX triplet: 89, 3F and DB. RGB value is (137,63,219). Sum of RGB (Red+Green+Blue) = 137+63+219=419 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.70% from 419); Green value is 63 (25% from 255 or 15.04% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #893FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893FDB is #76C024. Grayscale: #666666. Windows color (decimal): -7782437 or 14368649. OLE color: 14368649.

HSL color Cylindrical-coordinate representation of color #893FDB: hue angle of 268.46º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #893FDB is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 137 63 219 -
CMYK 0.37 0.71 0 0.14
HSL 268.46º 0.68% 0.55% -
HSV(B) 268.46º 0.71% 0.86% -
XYZ 24.88 13.99 68.41 -
YUV 102.91 193.52 152.32 -
System Red Green Blue C M Y K H S L
Decimal 137 63 219 0.37 0.71 0 0.14 268.46 0.68 0.55
Hex 89 3F DB 25 47 0 E 10C 44 37
Octal 211 77 333 45 107 0 16 414 104 67
Binary 10001001 111111 11011011 100101 1000111 0 1110 100001100 1000100 110111

Color Harmonies of #893FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893FDB

Black with #893FDB

Text Example


Text Example

White with #893FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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