Html Css Color HEX #824785 Vivid Violet

📋 copy color: '#824785'

red 130 ◦ green 71 ◦ blue 133

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

Shades of Vivid Violet #824785

Tints of Vivid Violet #824785

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.26%

 BLUE value IS 133 (52.34% from 255) = 39.82%

R = 38.92%
G = 21.26%
B = 39.82%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#824785 (or 0x824785) is known color: Vivid Violet. HEX triplet: 82, 47 and 85. RGB value is (130,71,133). Sum of RGB (Red+Green+Blue) = 130+71+133=334 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.92% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 133 - color contains mainly: blue. Hex color #824785 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824785 is #7DB87A. Grayscale: #5F5F5F. Windows color (decimal): -8239227 or 8734594. OLE color: 8734594.

HSL color Cylindrical-coordinate representation of color #824785: hue angle of 297.1º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #824785 is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 130 71 133 -
CMYK 0.02 0.47 0 0.48
HSL 297.1º 0.3% 0.4% -
HSV(B) 297.1º 0.47% 0.52% -
XYZ 15.69 10.95 23.48 -
YUV 95.71 149.05 152.46 -
System Red Green Blue C M Y K H S L
Decimal 130 71 133 0.02 0.47 0 0.48 297.1 0.3 0.4
Hex 82 47 85 2 2F 0 30 129 1E 28
Octal 202 107 205 2 57 0 60 451 36 50
Binary 10000010 1000111 10000101 10 101111 0 110000 100101001 11110 101000

Color Harmonies of #824785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824785

Black with #824785

Text Example


Text Example

White with #824785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824785; }

 p { color: rgb(130,71,133); }

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

background-color css

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

 a { background-color: rgb(130,71,133); }

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

border-color css

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

 span { border-color: rgb(130,71,133); }

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