#892BE2

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

Shades of Blue Violet #892BE2

Tints of Blue Violet #892BE2

Color information

#892BE2 (or 0x892BE2) is unknown color: approx Blue Violet. HEX triplet: 89, 2B and E2. RGB value is (137,43,226). Sum of RGB (Red+Green+Blue) = 137+43+226=406 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.74% from 406); Green value is 43 (17.19% from 255 or 10.59% from 406); Blue value is 226 (88.67% from 255 or 55.67% from 406); Max value from RGB is 226 - color contains mainly: blue. Hex color #892BE2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892BE2 is #76D41D. Grayscale: #5B5B5B. Windows color (decimal): -7787550 or 14822281. OLE color: 14822281.

HSL color Cylindrical-coordinate representation of color #892BE2: hue angle of 270.82º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #892BE2 is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB13743226-
CMYK0.390.8100.11
HSL270.82º75.93%52.75%-
HSV(B)270.82º80.97%88.63%-
XYZ24.9112.5473.06-
YUV91.97203.64160.12-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.74%
GREEN value IS 43 (17.19% from 255) = 10.59%
BLUE value IS 226 (88.67% from 255) = 55.67%
R=33.74%
G=10.59%
B=55.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal137432260.390.8100.11270.8275.9352.75
Hex892BE227510B10f4c35
Octal211533424712101341711465
Binary10001001101011111000101001111010001010111000011111001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892BE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,43,226); }

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

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

 a { background-color: rgb(137,43,226); }

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

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

 span { border-color: rgb(137,43,226); }

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