Html Css Color HEX #892EEA Blue Violet

📋 copy color: '#892EEA'

red 137 ◦ green 46 ◦ blue 234

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

Shades of Blue Violet #892EEA

Tints of Blue Violet #892EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 56.12%

R = 32.85%
G = 11.03%
B = 56.12%

CMYK

 C value IS 0.41

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#892EEA (or 0x892EEA) is known color: Blue Violet. HEX triplet: 89, 2E and EA. RGB value is (137,46,234). Sum of RGB (Red+Green+Blue) = 137+46+234=417 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.85% from 417); Green value is 46 (18.36% from 255 or 11.03% from 417); Blue value is 234 (91.80% from 255 or 56.12% from 417); Max value from RGB is 234 - color contains mainly: blue. Hex color #892EEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #892EEA is #76D115. Grayscale: #5D5D5D. Windows color (decimal): -7786774 or 15347337. OLE color: 15347337.

HSL color Cylindrical-coordinate representation of color #892EEA: hue angle of 269.04º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #892EEA is Cyan = 0.41, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 137 46 234 -
CMYK 0.41 0.80 0 0.08
HSL 269.04º 0.82% 0.55% -
HSV(B) 269.04º 0.8% 0.92% -
XYZ 26.14 13.21 79.01 -
YUV 94.64 206.65 158.21 -
System Red Green Blue C M Y K H S L
Decimal 137 46 234 0.41 0.80 0 0.08 269.04 0.82 0.55
Hex 89 2E EA 29 50 0 8 10D 52 37
Octal 211 56 352 51 120 0 10 415 122 67
Binary 10001001 101110 11101010 101001 1010000 0 1000 100001101 1010010 110111

Color Harmonies of #892EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892EEA

Black with #892EEA

Text Example


Text Example

White with #892EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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