#892DAB

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

Shades of Vivid Violet #892DAB

Tints of Vivid Violet #892DAB

Color information

#892DAB (or 0x892DAB) is unknown color: approx Vivid Violet. HEX triplet: 89, 2D and AB. RGB value is (137,45,171). Sum of RGB (Red+Green+Blue) = 137+45+171=353 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.81% from 353); Green value is 45 (17.97% from 255 or 12.75% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #892DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892DAB is #76D254. Grayscale: #565656. Windows color (decimal): -7787093 or 11218313. OLE color: 11218313.

HSL color Cylindrical-coordinate representation of color #892DAB: hue angle of 283.81º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #892DAB is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13745171-
CMYK0.200.7400.33
HSL283.81º58.33%42.35%-
HSV(B)283.81º73.68%67.06%-
XYZ18.6110.1439.5-
YUV86.87175.48163.75-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.81%
GREEN value IS 45 (17.97% from 255) = 12.75%
BLUE value IS 171 (67.19% from 255) = 48.44%
R=38.81%
G=12.75%
B=48.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal137451710.200.7400.33283.8158.3342.35
Hex892DAB144A02111c3a2a
Octal21155253241120414347252
Binary10001001101101101010111010010010100100001100011100111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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