Html Css Color HEX #824DA0 Studio

📋 copy color: '#824DA0'

red 130 ◦ green 77 ◦ blue 160

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

Shades of Studio #824DA0

Tints of Studio #824DA0

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.98%

 BLUE value IS 160 (62.89% from 255) = 43.6%

R = 35.42%
G = 20.98%
B = 43.6%

CMYK

 C value IS 0.19

 M value IS 0.52

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#824DA0 (or 0x824DA0) is known color: Studio. HEX triplet: 82, 4D and A0. RGB value is (130,77,160). Sum of RGB (Red+Green+Blue) = 130+77+160=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 77 (30.47% from 255 or 20.98% from 367); Blue value is 160 (62.89% from 255 or 43.60% from 367); Max value from RGB is 160 - color contains mainly: blue. Hex color #824DA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #824DA0 is #7DB25F. Grayscale: #666666. Windows color (decimal): -8237664 or 10505602. OLE color: 10505602.

HSL color Cylindrical-coordinate representation of color #824DA0: hue angle of 278.31º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #824DA0 is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 130 77 160 -
CMYK 0.19 0.52 0 0.37
HSL 278.31º 0.35% 0.46% -
HSV(B) 278.31º 0.52% 0.63% -
XYZ 18.2 12.59 34.73 -
YUV 102.31 160.56 147.75 -
System Red Green Blue C M Y K H S L
Decimal 130 77 160 0.19 0.52 0 0.37 278.31 0.35 0.46
Hex 82 4D A0 13 34 0 25 116 23 2E
Octal 202 115 240 23 64 0 45 426 43 56
Binary 10000010 1001101 10100000 10011 110100 0 100101 100010110 100011 101110

Color Harmonies of #824DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824DA0

Black with #824DA0

Text Example


Text Example

White with #824DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,77,160); }

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

background-color css

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

 a { background-color: rgb(130,77,160); }

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

border-color css

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

 span { border-color: rgb(130,77,160); }

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