Html Css Color HEX #892EDB Blue Violet

📋 copy color: '#892EDB'

red 137 ◦ green 46 ◦ blue 219

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

Shades of Blue Violet #892EDB

Tints of Blue Violet #892EDB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.44%

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

R = 34.08%
G = 11.44%
B = 54.48%

CMYK

 C value IS 0.37

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#892EDB (or 0x892EDB) is known color: Blue Violet. HEX triplet: 89, 2E and DB. RGB value is (137,46,219). Sum of RGB (Red+Green+Blue) = 137+46+219=402 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.08% from 402); Green value is 46 (18.36% from 255 or 11.44% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #892EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892EDB is #76D124. Grayscale: #5C5C5C. Windows color (decimal): -7786789 or 14364297. OLE color: 14364297.

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

Color convert

RGB 137 46 219 -
CMYK 0.37 0.79 0 0.14
HSL 271.56º 0.71% 0.52% -
HSV(B) 271.56º 0.79% 0.86% -
XYZ 24.08 12.39 68.14 -
YUV 92.93 199.15 159.43 -
System Red Green Blue C M Y K H S L
Decimal 137 46 219 0.37 0.79 0 0.14 271.56 0.71 0.52
Hex 89 2E DB 25 4F 0 E 110 47 34
Octal 211 56 333 45 117 0 16 420 107 64
Binary 10001001 101110 11011011 100101 1001111 0 1110 100010000 1000111 110100

Color Harmonies of #892EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892EDB

Black with #892EDB

Text Example


Text Example

White with #892EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892EDB; }

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

 H1.HeaderClassName
 {
   color: #892EDB;
 }
 .AnyTagClassName
 {
   color: #892EDB;
 }
</style>

background-color css

<style>
 a { background-color: #892EDB; }

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

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

border-color css

<style>
 span { border-color: #892EDB; }

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

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