Html Css Color HEX #892ED4 Blue Violet

📋 copy color: '#892ED4'

red 137 ◦ green 46 ◦ blue 212

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

Shades of Blue Violet #892ED4

Tints of Blue Violet #892ED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 53.67%

R = 34.68%
G = 11.65%
B = 53.67%

CMYK

 C value IS 0.35

 M value IS 0.78

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#892ED4 (or 0x892ED4) is known color: Blue Violet. HEX triplet: 89, 2E and D4. RGB value is (137,46,212). Sum of RGB (Red+Green+Blue) = 137+46+212=395 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.68% from 395); Green value is 46 (18.36% from 255 or 11.65% from 395); Blue value is 212 (83.20% from 255 or 53.67% from 395); Max value from RGB is 212 - color contains mainly: blue. Hex color #892ED4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892ED4 is #76D12B. Grayscale: #5B5B5B. Windows color (decimal): -7786796 or 13905545. OLE color: 13905545.

HSL color Cylindrical-coordinate representation of color #892ED4: hue angle of 272.89º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #892ED4 is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 137 46 212 -
CMYK 0.35 0.78 0 0.17
HSL 272.89º 0.66% 0.51% -
HSV(B) 272.89º 0.78% 0.83% -
XYZ 23.18 12.03 63.39 -
YUV 92.13 195.65 160 -
System Red Green Blue C M Y K H S L
Decimal 137 46 212 0.35 0.78 0 0.17 272.89 0.66 0.51
Hex 89 2E D4 23 4E 0 11 111 42 33
Octal 211 56 324 43 116 0 21 421 102 63
Binary 10001001 101110 11010100 100011 1001110 0 10001 100010001 1000010 110011

Color Harmonies of #892ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892ED4

Black with #892ED4

Text Example


Text Example

White with #892ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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