Html Css Color HEX #824589 Vivid Violet

📋 copy color: '#824589'

red 130 ◦ green 69 ◦ blue 137

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

Shades of Vivid Violet #824589

Tints of Vivid Violet #824589

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.54%

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

R = 38.69%
G = 20.54%
B = 40.77%

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

#824589 (or 0x824589) is known color: Vivid Violet. HEX triplet: 82, 45 and 89. RGB value is (130,69,137). Sum of RGB (Red+Green+Blue) = 130+69+137=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 137 (53.91% from 255 or 40.77% from 336); Max value from RGB is 137 - color contains mainly: blue. Hex color #824589 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824589 is #7DBA76. Grayscale: #5E5E5E. Windows color (decimal): -8239735 or 8996226. OLE color: 8996226.

HSL color Cylindrical-coordinate representation of color #824589: hue angle of 293.82º degrees, saturation: 0.33, 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 #824589 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 130 69 137 -
CMYK 0.05 0.50 0 0.46
HSL 293.82º 0.33% 0.4% -
HSV(B) 293.82º 0.5% 0.54% -
XYZ 15.85 10.81 24.92 -
YUV 94.99 151.71 152.97 -
System Red Green Blue C M Y K H S L
Decimal 130 69 137 0.05 0.50 0 0.46 293.82 0.33 0.4
Hex 82 45 89 5 32 0 2E 126 21 28
Octal 202 105 211 5 62 0 56 446 41 50
Binary 10000010 1000101 10001001 101 110010 0 101110 100100110 100001 101000

Color Harmonies of #824589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824589

Black with #824589

Text Example


Text Example

White with #824589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824589; }

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

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

background-color css

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

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

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

border-color css

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

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

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