#824BA0

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

Shades of Studio #824BA0

Tints of Studio #824BA0

Color information

#824BA0 (or 0x824BA0) is unknown color: approx Studio. HEX triplet: 82, 4B and A0. RGB value is (130,75,160). Sum of RGB (Red+Green+Blue) = 130+75+160=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 75 (29.69% from 255 or 20.55% from 365); Blue value is 160 (62.89% from 255 or 43.84% from 365); Max value from RGB is 160 - color contains mainly: blue. Hex color #824BA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824BA0 is #7DB45F. Grayscale: #646464. Windows color (decimal): -8238176 or 10505090. OLE color: 10505090.

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

Color convert

RGB13075160-
CMYK0.190.5300.37
HSL278.82º36.17%46.08%-
HSV(B)278.82º53.12%62.75%-
XYZ18.0712.3234.68-
YUV101.14161.22148.59-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.62%
GREEN value IS 75 (29.69% from 255) = 20.55%
BLUE value IS 160 (62.89% from 255) = 43.84%
R=35.62%
G=20.55%
B=43.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal130751600.190.5300.37278.8236.1746.08
Hex824BA01335025117242e
Octal20211324023650454274456
Binary10000010100101110100000100111101010100101100010111100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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