#824DB3

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

Shades of Studio #824DB3

Tints of Studio #824DB3

Color information

#824DB3 (or 0x824DB3) is unknown color: approx Studio. HEX triplet: 82, 4D and B3. RGB value is (130,77,179). Sum of RGB (Red+Green+Blue) = 130+77+179=386 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.68% from 386); Green value is 77 (30.47% from 255 or 19.95% from 386); Blue value is 179 (70.31% from 255 or 46.37% from 386); Max value from RGB is 179 - color contains mainly: blue. Hex color #824DB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #824DB3 is #7DB24C. Grayscale: #686868. Windows color (decimal): -8237645 or 11750786. OLE color: 11750786.

HSL color Cylindrical-coordinate representation of color #824DB3: hue angle of 271.18º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #824DB3 is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13077179-
CMYK0.270.5700.30
HSL271.18º40.16%50.2%-
HSV(B)271.18º56.98%70.2%-
XYZ2013.3144.16-
YUV104.48170.06146.21-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.68%
GREEN value IS 77 (30.47% from 255) = 19.95%
BLUE value IS 179 (70.31% from 255) = 46.37%
R=33.68%
G=19.95%
B=46.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal130771790.270.5700.30271.1840.1650.2
Hex824DB31B3901E10f2832
Octal20211526333710364175062
Binary1000001010011011011001111011111001011110100001111101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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