Html Css Color HEX #824DAC Studio

📋 copy color: '#824DAC'

red 130 ◦ green 77 ◦ blue 172

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

Shades of Studio #824DAC

Tints of Studio #824DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.38%

R = 34.3%
G = 20.32%
B = 45.38%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#824DAC (or 0x824DAC) is known color: Studio. HEX triplet: 82, 4D and AC. RGB value is (130,77,172). Sum of RGB (Red+Green+Blue) = 130+77+172=379 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.30% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 172 - color contains mainly: blue. Hex color #824DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #824DAC is #7DB253. Grayscale: #676767. Windows color (decimal): -8237652 or 11292034. OLE color: 11292034.

HSL color Cylindrical-coordinate representation of color #824DAC: hue angle of 273.47º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #824DAC is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 77 172 -
CMYK 0.24 0.55 0 0.33
HSL 273.47º 0.38% 0.49% -
HSV(B) 273.47º 0.55% 0.67% -
XYZ 19.31 13.03 40.53 -
YUV 103.68 166.56 146.78 -
System Red Green Blue C M Y K H S L
Decimal 130 77 172 0.24 0.55 0 0.33 273.47 0.38 0.49
Hex 82 4D AC 18 37 0 21 111 26 31
Octal 202 115 254 30 67 0 41 421 46 61
Binary 10000010 1001101 10101100 11000 110111 0 100001 100010001 100110 110001

Color Harmonies of #824DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824DAC

Black with #824DAC

Text Example


Text Example

White with #824DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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