#892CDD

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

Shades of Blue Violet #892CDD

Tints of Blue Violet #892CDD

Color information

#892CDD (or 0x892CDD) is unknown color: approx Blue Violet. HEX triplet: 89, 2C and DD. RGB value is (137,44,221). Sum of RGB (Red+Green+Blue) = 137+44+221=402 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.08% from 402); Green value is 44 (17.58% from 255 or 10.95% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #892CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #892CDD is #76D322. Grayscale: #5B5B5B. Windows color (decimal): -7787299 or 14494857. OLE color: 14494857.

HSL color Cylindrical-coordinate representation of color #892CDD: hue angle of 271.53º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #892CDD is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13744221-
CMYK0.380.8000.13
HSL271.53º72.24%51.96%-
HSV(B)271.53º80.09%86.67%-
XYZ24.2712.3469.51-
YUV91.98200.81160.11-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.08%
GREEN value IS 44 (17.58% from 255) = 10.95%
BLUE value IS 221 (86.72% from 255) = 54.98%
R=34.08%
G=10.95%
B=54.98%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal137442210.380.8000.13271.5372.2451.96
Hex892CDD26500D1104834
Octal211543354612001542011064
Binary10001001101100110111011001101010000011011000100001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,44,221); }

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

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

 a { background-color: rgb(137,44,221); }

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

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

 span { border-color: rgb(137,44,221); }

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