Html Css Color HEX #824989 Vivid Violet

📋 copy color: '#824989'

red 130 ◦ green 73 ◦ blue 137

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

Shades of Vivid Violet #824989

Tints of Vivid Violet #824989

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.47%

 BLUE value IS 137 (53.91% from 255) = 40.29%

R = 38.24%
G = 21.47%
B = 40.29%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#824989 (or 0x824989) is known color: Vivid Violet. HEX triplet: 82, 49 and 89. RGB value is (130,73,137). Sum of RGB (Red+Green+Blue) = 130+73+137=340 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.24% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 137 (53.91% from 255 or 40.29% from 340); Max value from RGB is 137 - color contains mainly: blue. Hex color #824989 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824989 is #7DB676. Grayscale: #616161. Windows color (decimal): -8238711 or 8997250. OLE color: 8997250.

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

Color convert

RGB 130 73 137 -
CMYK 0.05 0.47 0 0.46
HSL 293.44º 0.3% 0.41% -
HSV(B) 293.44º 0.47% 0.54% -
XYZ 16.1 11.32 25 -
YUV 97.34 150.38 151.3 -
System Red Green Blue C M Y K H S L
Decimal 130 73 137 0.05 0.47 0 0.46 293.44 0.3 0.41
Hex 82 49 89 5 2F 0 2E 125 1E 29
Octal 202 111 211 5 57 0 56 445 36 51
Binary 10000010 1001001 10001001 101 101111 0 101110 100100101 11110 101001

Color Harmonies of #824989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824989

Black with #824989

Text Example


Text Example

White with #824989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824989; }

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

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

background-color css

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

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

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

border-color css

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

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

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