#892FA6

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

Shades of Vivid Violet #892FA6

Tints of Vivid Violet #892FA6

Color information

#892FA6 (or 0x892FA6) is unknown color: approx Vivid Violet. HEX triplet: 89, 2F and A6. RGB value is (137,47,166). Sum of RGB (Red+Green+Blue) = 137+47+166=350 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.14% from 350); Green value is 47 (18.75% from 255 or 13.43% from 350); Blue value is 166 (65.23% from 255 or 47.43% from 350); Max value from RGB is 166 - color contains mainly: blue. Hex color #892FA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892FA6 is #76D059. Grayscale: #575757. Windows color (decimal): -7786586 or 10891145. OLE color: 10891145.

HSL color Cylindrical-coordinate representation of color #892FA6: hue angle of 285.38º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #892FA6 is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB13747166-
CMYK0.170.7200.35
HSL285.38º55.87%41.76%-
HSV(B)285.38º71.69%65.1%-
XYZ18.2210.137.07-
YUV87.48172.32163.32-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.14%
GREEN value IS 47 (18.75% from 255) = 13.43%
BLUE value IS 166 (65.23% from 255) = 47.43%
R=39.14%
G=13.43%
B=47.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal137471660.170.7200.35285.3855.8741.76
Hex892FA6114802311d382a
Octal21157246211100434357052
Binary10001001101111101001101000110010000100011100011101111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,47,166); }

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

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

 a { background-color: rgb(137,47,166); }

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

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

 span { border-color: rgb(137,47,166); }

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