#892D9B

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

Shades of Vivid Violet #892D9B

Tints of Vivid Violet #892D9B

Color information

#892D9B (or 0x892D9B) is unknown color: approx Vivid Violet. HEX triplet: 89, 2D and 9B. RGB value is (137,45,155). Sum of RGB (Red+Green+Blue) = 137+45+155=337 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.65% from 337); Green value is 45 (17.97% from 255 or 13.35% from 337); Blue value is 155 (60.94% from 255 or 45.99% from 337); Max value from RGB is 155 - color contains mainly: blue. Hex color #892D9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892D9B is #76D264. Grayscale: #545454. Windows color (decimal): -7787109 or 10169737. OLE color: 10169737.

HSL color Cylindrical-coordinate representation of color #892D9B: hue angle of 290.18º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #892D9B is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13745155-
CMYK0.120.7100.39
HSL290.18º55%39.22%-
HSV(B)290.18º70.97%60.78%-
XYZ17.179.5631.95-
YUV85.05167.48165.06-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.65%
GREEN value IS 45 (17.97% from 255) = 13.35%
BLUE value IS 155 (60.94% from 255) = 45.99%
R=40.65%
G=13.35%
B=45.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal137451550.120.7100.39290.185539.22
Hex892D9BC470271223727
Octal21155233141070474426747
Binary1000100110110110011011110010001110100111100100010110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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