#892DE4

Color #892DE4 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #892DE4

Tints of Blue Violet #892DE4

Color information

#892DE4 (or 0x892DE4) is unknown color: approx Blue Violet. HEX triplet: 89, 2D and E4. RGB value is (137,45,228). Sum of RGB (Red+Green+Blue) = 137+45+228=410 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.41% from 410); Green value is 45 (17.97% from 255 or 10.98% from 410); Blue value is 228 (89.45% from 255 or 55.61% from 410); Max value from RGB is 228 - color contains mainly: blue. Hex color #892DE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892DE4 is #76D21B. Grayscale: #5C5C5C. Windows color (decimal): -7787036 or 14953865. OLE color: 14953865.

HSL color Cylindrical-coordinate representation of color #892DE4: hue angle of 270.16º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #892DE4 is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB13745228-
CMYK0.400.8000.11
HSL270.16º77.22%53.53%-
HSV(B)270.16º80.26%89.41%-
XYZ25.2612.874.54-
YUV93.37203.98159.12-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.41%
GREEN value IS 45 (17.97% from 255) = 10.98%
BLUE value IS 228 (89.45% from 255) = 55.61%
R=33.41%
G=10.98%
B=55.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal137452280.400.8000.11270.1677.2253.53
Hex892DE428500B10e4d36
Octal211553445012001341611566
Binary10001001101101111001001010001010000010111000011101001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,45,228); }

 H1.HeaderClassName
 {
   color: #892DE4;
 }
 .AnyTagClassName
 {
   color: #892DE4;
 }
</style>
background-color css

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

 a { background-color: rgb(137,45,228); }

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

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

 span { border-color: rgb(137,45,228); }

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