Html Css Color HEX #824DA1 Studio

📋 copy color: '#824DA1'

red 130 ◦ green 77 ◦ blue 161

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

Shades of Studio #824DA1

Tints of Studio #824DA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 43.75%

R = 35.33%
G = 20.92%
B = 43.75%

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

#824DA1 (or 0x824DA1) is known color: Studio. HEX triplet: 82, 4D and A1. RGB value is (130,77,161). Sum of RGB (Red+Green+Blue) = 130+77+161=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 77 (30.47% from 255 or 20.92% from 368); Blue value is 161 (63.28% from 255 or 43.75% from 368); Max value from RGB is 161 - color contains mainly: blue. Hex color #824DA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #824DA1 is #7DB25E. Grayscale: #666666. Windows color (decimal): -8237663 or 10571138. OLE color: 10571138.

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

Color convert

RGB 130 77 161 -
CMYK 0.19 0.52 0 0.37
HSL 277.86º 0.35% 0.47% -
HSV(B) 277.86º 0.52% 0.63% -
XYZ 18.29 12.63 35.19 -
YUV 102.42 161.06 147.67 -
System Red Green Blue C M Y K H S L
Decimal 130 77 161 0.19 0.52 0 0.37 277.86 0.35 0.47
Hex 82 4D A1 13 34 0 25 116 23 2F
Octal 202 115 241 23 64 0 45 426 43 57
Binary 10000010 1001101 10100001 10011 110100 0 100101 100010110 100011 101111

Color Harmonies of #824DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824DA1

Black with #824DA1

Text Example


Text Example

White with #824DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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