Html Css Color HEX #824585 Vivid Violet

📋 copy color: '#824585'

red 130 ◦ green 69 ◦ blue 133

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

Shades of Vivid Violet #824585

Tints of Vivid Violet #824585

RGB

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

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

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

R = 39.16%
G = 20.78%
B = 40.06%

CMYK

 C value IS 0.02

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#824585 (or 0x824585) is known color: Vivid Violet. HEX triplet: 82, 45 and 85. RGB value is (130,69,133). Sum of RGB (Red+Green+Blue) = 130+69+133=332 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.16% from 332); Green value is 69 (27.34% from 255 or 20.78% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 133 - color contains mainly: blue. Hex color #824585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824585 is #7DBA7A. Grayscale: #5E5E5E. Windows color (decimal): -8239739 or 8734082. OLE color: 8734082.

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

Color convert

RGB 130 69 133 -
CMYK 0.02 0.48 0 0.48
HSL 297.19º 0.32% 0.4% -
HSV(B) 297.19º 0.48% 0.52% -
XYZ 15.57 10.7 23.43 -
YUV 94.54 149.71 153.3 -
System Red Green Blue C M Y K H S L
Decimal 130 69 133 0.02 0.48 0 0.48 297.19 0.32 0.4
Hex 82 45 85 2 30 0 30 129 20 28
Octal 202 105 205 2 60 0 60 451 40 50
Binary 10000010 1000101 10000101 10 110000 0 110000 100101001 100000 101000

Color Harmonies of #824585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824585

Black with #824585

Text Example


Text Example

White with #824585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824585; }

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

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

background-color css

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

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

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

border-color css

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

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

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