#824DAD

Color #824DAD Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #824DAD

Tints of Studio #824DAD

Color information

#824DAD (or 0x824DAD) is unknown color: approx Studio. HEX triplet: 82, 4D and AD. RGB value is (130,77,173). Sum of RGB (Red+Green+Blue) = 130+77+173=380 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.21% from 380); Green value is 77 (30.47% from 255 or 20.26% from 380); Blue value is 173 (67.97% from 255 or 45.53% from 380); Max value from RGB is 173 - color contains mainly: blue. Hex color #824DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #824DAD is #7DB252. Grayscale: #676767. Windows color (decimal): -8237651 or 11357570. OLE color: 11357570.

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

Color convert

RGB13077173-
CMYK0.250.5500.32
HSL273.12º38.4%49.02%-
HSV(B)273.12º55.49%67.84%-
XYZ19.413.0741.04-
YUV103.79167.06146.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.21%
GREEN value IS 77 (30.47% from 255) = 20.26%
BLUE value IS 173 (67.97% from 255) = 45.53%
R=34.21%
G=20.26%
B=45.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal130771730.250.5500.32273.1238.449.02
Hex824DAD19370201112631
Octal20211525531670404214661
Binary10000010100110110101101110011101110100000100010001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #824DAD;
 }
 .AnyTagClassName
 {
   color: #824DAD;
 }
</style>
background-color css

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

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

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

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

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

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