#892594

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

Shades of Vivid Violet #892594

Tints of Vivid Violet #892594

Color information

#892594 (or 0x892594) is unknown color: approx Vivid Violet. HEX triplet: 89, 25 and 94. RGB value is (137,37,148). Sum of RGB (Red+Green+Blue) = 137+37+148=322 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.55% from 322); Green value is 37 (14.84% from 255 or 11.49% from 322); Blue value is 148 (58.20% from 255 or 45.96% from 322); Max value from RGB is 148 - color contains mainly: blue. Hex color #892594 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892594 is #76DA6B. Grayscale: #4F4F4F. Windows color (decimal): -7789164 or 9708937. OLE color: 9708937.

HSL color Cylindrical-coordinate representation of color #892594: hue angle of 294.05º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #892594 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13737148-
CMYK0.070.7500.42
HSL294.05º60%36.27%-
HSV(B)294.05º75%58.04%-
XYZ16.328.7828.85-
YUV79.55166.63168.97-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.55%
GREEN value IS 37 (14.84% from 255) = 11.49%
BLUE value IS 148 (58.20% from 255) = 45.96%
R=42.55%
G=11.49%
B=45.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal137371480.070.7500.42294.056036.27
Hex89259474B02A1263c24
Octal2114522471130524467444
Binary100010011001011001010011110010110101010100100110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892594; }

 p { color: rgb(137,37,148); }

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

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

 a { background-color: rgb(137,37,148); }

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

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

 span { border-color: rgb(137,37,148); }

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