Html Css Color HEX #824890 Vivid Violet

📋 copy color: '#824890'

red 130 ◦ green 72 ◦ blue 144

#824890
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #824890

Tints of Vivid Violet #824890

RGB

 RED value IS 130 (51.17% from 255) = 37.57%

 GREEN value IS 72 (28.52% from 255) = 20.81%

 BLUE value IS 144 (56.64% from 255) = 41.62%

R = 37.57%
G = 20.81%
B = 41.62%

CMYK

 C value IS 0.10

 M value IS 0.50

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#824890 (or 0x824890) is known color: Vivid Violet. HEX triplet: 82, 48 and 90. RGB value is (130,72,144). Sum of RGB (Red+Green+Blue) = 130+72+144=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 72 (28.52% from 255 or 20.81% from 346); Blue value is 144 (56.64% from 255 or 41.62% from 346); Max value from RGB is 144 - color contains mainly: blue. Hex color #824890 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824890 is #7DB76F. Grayscale: #616161. Windows color (decimal): -8238960 or 9455746. OLE color: 9455746.

HSL color Cylindrical-coordinate representation of color #824890: hue angle of 288.33º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #824890 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 130 72 144 -
CMYK 0.10 0.50 0 0.44
HSL 288.33º 0.33% 0.42% -
HSV(B) 288.33º 0.5% 0.56% -
XYZ 16.56 11.39 27.71 -
YUV 97.55 154.22 151.15 -
System Red Green Blue C M Y K H S L
Decimal 130 72 144 0.10 0.50 0 0.44 288.33 0.33 0.42
Hex 82 48 90 A 32 0 2C 120 21 2A
Octal 202 110 220 12 62 0 54 440 41 52
Binary 10000010 1001000 10010000 1010 110010 0 101100 100100000 100001 101010

Color Harmonies of #824890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824890

Black with #824890

Text Example


Text Example

White with #824890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824890; }

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

 H1.HeaderClassName
 {
   color: #824890;
 }
 .AnyTagClassName
 {
   color: #824890;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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