Html Css Color HEX #824A95 Vivid Violet

📋 copy color: '#824A95'

red 130 ◦ green 74 ◦ blue 149

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

Shades of Vivid Violet #824A95

Tints of Vivid Violet #824A95

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.96%

 BLUE value IS 149 (58.59% from 255) = 42.21%

R = 36.83%
G = 20.96%
B = 42.21%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#824A95 (or 0x824A95) is known color: Vivid Violet. HEX triplet: 82, 4A and 95. RGB value is (130,74,149). Sum of RGB (Red+Green+Blue) = 130+74+149=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 74 (29.30% from 255 or 20.96% from 353); Blue value is 149 (58.59% from 255 or 42.21% from 353); Max value from RGB is 149 - color contains mainly: blue. Hex color #824A95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824A95 is #7DB56A. Grayscale: #636363. Windows color (decimal): -8238443 or 9783938. OLE color: 9783938.

HSL color Cylindrical-coordinate representation of color #824A95: hue angle of 284.8º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #824A95 is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 74 149 -
CMYK 0.13 0.50 0 0.42
HSL 284.8º 0.34% 0.44% -
HSV(B) 284.8º 0.5% 0.58% -
XYZ 17.08 11.81 29.81 -
YUV 99.29 156.05 149.9 -
System Red Green Blue C M Y K H S L
Decimal 130 74 149 0.13 0.50 0 0.42 284.8 0.34 0.44
Hex 82 4A 95 D 32 0 2A 11D 22 2C
Octal 202 112 225 15 62 0 52 435 42 54
Binary 10000010 1001010 10010101 1101 110010 0 101010 100011101 100010 101100

Color Harmonies of #824A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824A95

Black with #824A95

Text Example


Text Example

White with #824A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,74,149); }

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

background-color css

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

 a { background-color: rgb(130,74,149); }

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

border-color css

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

 span { border-color: rgb(130,74,149); }

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