Html Css Color HEX #892ADB Blue Violet

📋 copy color: '#892ADB'

red 137 ◦ green 42 ◦ blue 219

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

Shades of Blue Violet #892ADB

Tints of Blue Violet #892ADB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.55%

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

R = 34.42%
G = 10.55%
B = 55.03%

CMYK

 C value IS 0.37

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#892ADB (or 0x892ADB) is known color: Blue Violet. HEX triplet: 89, 2A and DB. RGB value is (137,42,219). Sum of RGB (Red+Green+Blue) = 137+42+219=398 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.42% from 398); Green value is 42 (16.80% from 255 or 10.55% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #892ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892ADB is #76D524. Grayscale: #595959. Windows color (decimal): -7787813 or 14363273. OLE color: 14363273.

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

Color convert

RGB 137 42 219 -
CMYK 0.37 0.81 0 0.14
HSL 272.2º 0.71% 0.51% -
HSV(B) 272.2º 0.81% 0.86% -
XYZ 23.93 12.09 68.09 -
YUV 90.58 200.47 161.11 -
System Red Green Blue C M Y K H S L
Decimal 137 42 219 0.37 0.81 0 0.14 272.2 0.71 0.51
Hex 89 2A DB 25 51 0 E 110 47 33
Octal 211 52 333 45 121 0 16 420 107 63
Binary 10001001 101010 11011011 100101 1010001 0 1110 100010000 1000111 110011

Color Harmonies of #892ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892ADB

Black with #892ADB

Text Example


Text Example

White with #892ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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