#824AB1

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

Shades of Studio #824AB1

Tints of Studio #824AB1

Color information

#824AB1 (or 0x824AB1) is unknown color: approx Studio. HEX triplet: 82, 4A and B1. RGB value is (130,74,177). Sum of RGB (Red+Green+Blue) = 130+74+177=381 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.12% from 381); Green value is 74 (29.30% from 255 or 19.42% from 381); Blue value is 177 (69.53% from 255 or 46.46% from 381); Max value from RGB is 177 - color contains mainly: blue. Hex color #824AB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824AB1 is #7DB54E. Grayscale: #666666. Windows color (decimal): -8238415 or 11618946. OLE color: 11618946.

HSL color Cylindrical-coordinate representation of color #824AB1: hue angle of 272.62º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #824AB1 is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13074177-
CMYK0.270.5800.31
HSL272.62º41.04%49.22%-
HSV(B)272.62º58.19%69.41%-
XYZ19.5912.8243.04-
YUV102.49170.05147.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.12%
GREEN value IS 74 (29.30% from 255) = 19.42%
BLUE value IS 177 (69.53% from 255) = 46.46%
R=34.12%
G=19.42%
B=46.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal130741770.270.5800.31272.6241.0449.22
Hex824AB11B3A01F1112931
Octal20211226133720374215161
Binary1000001010010101011000111011111010011111100010001101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,74,177); }

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

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

 a { background-color: rgb(130,74,177); }

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

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

 span { border-color: rgb(130,74,177); }

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