#822589

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

Shades of Vivid Violet #822589

Tints of Vivid Violet #822589

Color information

#822589 (or 0x822589) is unknown color: approx Vivid Violet. HEX triplet: 82, 25 and 89. RGB value is (130,37,137). Sum of RGB (Red+Green+Blue) = 130+37+137=304 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.76% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 137 (53.91% from 255 or 45.07% from 304); Max value from RGB is 137 - color contains mainly: blue. Hex color #822589 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822589 is #7DDA76. Grayscale: #4B4B4B. Windows color (decimal): -8247927 or 8988034. OLE color: 8988034.

HSL color Cylindrical-coordinate representation of color #822589: hue angle of 295.8º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #822589 is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13037137-
CMYK0.050.7300.46
HSL295.8º57.47%34.12%-
HSV(B)295.8º72.99%53.73%-
XYZ14.387.8824.43-
YUV76.21162.31166.37-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.76%
GREEN value IS 37 (14.84% from 255) = 12.17%
BLUE value IS 137 (53.91% from 255) = 45.07%
R=42.76%
G=12.17%
B=45.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal130371370.050.7300.46295.857.4734.12
Hex82258954902E1283922
Octal2024521151110564507142
Binary100000101001011000100110110010010101110100101000111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822589; }

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

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

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

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

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

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

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

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