#824B90

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

Shades of Vivid Violet #824B90

Tints of Vivid Violet #824B90

Color information

#824B90 (or 0x824B90) is unknown color: approx Vivid Violet. HEX triplet: 82, 4B and 90. RGB value is (130,75,144). Sum of RGB (Red+Green+Blue) = 130+75+144=349 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.25% from 349); Green value is 75 (29.69% from 255 or 21.49% from 349); Blue value is 144 (56.64% from 255 or 41.26% from 349); Max value from RGB is 144 - color contains mainly: blue. Hex color #824B90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824B90 is #7DB46F. Grayscale: #636363. Windows color (decimal): -8238192 or 9456514. OLE color: 9456514.

HSL color Cylindrical-coordinate representation of color #824B90: hue angle of 287.83º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #824B90 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13075144-
CMYK0.100.4800.44
HSL287.83º31.51%42.94%-
HSV(B)287.83º47.92%56.47%-
XYZ16.7611.7927.78-
YUV99.31153.22149.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.25%
GREEN value IS 75 (29.69% from 255) = 21.49%
BLUE value IS 144 (56.64% from 255) = 41.26%
R=37.25%
G=21.49%
B=41.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal130751440.100.4800.44287.8331.5142.94
Hex824B90A3002C120202b
Octal20211322012600544404053
Binary1000001010010111001000010101100000101100100100000100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824B90; }

 p { color: rgb(130,75,144); }

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

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

 a { background-color: rgb(130,75,144); }

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

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

 span { border-color: rgb(130,75,144); }

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