#894B92

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

Shades of Vivid Violet #894B92

Tints of Vivid Violet #894B92

Color information

#894B92 (or 0x894B92) is unknown color: approx Vivid Violet. HEX triplet: 89, 4B and 92. RGB value is (137,75,146). Sum of RGB (Red+Green+Blue) = 137+75+146=358 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.27% from 358); Green value is 75 (29.69% from 255 or 20.95% from 358); Blue value is 146 (57.42% from 255 or 40.78% from 358); Max value from RGB is 146 - color contains mainly: blue. Hex color #894B92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #894B92 is #76B46D. Grayscale: #656565. Windows color (decimal): -7779438 or 9587593. OLE color: 9587593.

HSL color Cylindrical-coordinate representation of color #894B92: hue angle of 292.39º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #894B92 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13775146-
CMYK0.060.4900.43
HSL292.39º32.13%43.33%-
HSV(B)292.39º48.63%57.25%-
XYZ18.0212.4328.64-
YUV101.63153.04153.23-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.27%
GREEN value IS 75 (29.69% from 255) = 20.95%
BLUE value IS 146 (57.42% from 255) = 40.78%
R=38.27%
G=20.95%
B=40.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal137751460.060.4900.43292.3932.1343.33
Hex894B9263102B124202b
Octal2111132226610534444053
Binary100010011001011100100101101100010101011100100100100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894B92; }

 p { color: rgb(137,75,146); }

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

<style>
 a { background-color: #894B92; }

 a { background-color: rgb(137,75,146); }

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

<style>
 span { border-color: #894B92; }

 span { border-color: rgb(137,75,146); }

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