Html Css Color HEX #824489 Vivid Violet

📋 copy color: '#824489'

red 130 ◦ green 68 ◦ blue 137

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

Shades of Vivid Violet #824489

Tints of Vivid Violet #824489

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.3%

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

R = 38.81%
G = 20.3%
B = 40.9%

CMYK

 C value IS 0.05

 M value IS 0.50

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#824489 (or 0x824489) is known color: Vivid Violet. HEX triplet: 82, 44 and 89. RGB value is (130,68,137). Sum of RGB (Red+Green+Blue) = 130+68+137=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 137 (53.91% from 255 or 40.90% from 335); Max value from RGB is 137 - color contains mainly: blue. Hex color #824489 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824489 is #7DBB76. Grayscale: #5E5E5E. Windows color (decimal): -8239991 or 8995970. OLE color: 8995970.

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

Color convert

RGB 130 68 137 -
CMYK 0.05 0.50 0 0.46
HSL 293.91º 0.34% 0.4% -
HSV(B) 293.91º 0.5% 0.54% -
XYZ 15.79 10.69 24.9 -
YUV 94.4 152.04 153.39 -
System Red Green Blue C M Y K H S L
Decimal 130 68 137 0.05 0.50 0 0.46 293.91 0.34 0.4
Hex 82 44 89 5 32 0 2E 126 22 28
Octal 202 104 211 5 62 0 56 446 42 50
Binary 10000010 1000100 10001001 101 110010 0 101110 100100110 100010 101000

Color Harmonies of #824489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824489

Black with #824489

Text Example


Text Example

White with #824489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824489; }

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

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

background-color css

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

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

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

border-color css

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

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

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