#824E9B

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

Shades of Studio #824E9B

Tints of Studio #824E9B

Color information

#824E9B (or 0x824E9B) is unknown color: approx Studio. HEX triplet: 82, 4E and 9B. RGB value is (130,78,155). Sum of RGB (Red+Green+Blue) = 130+78+155=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 78 (30.86% from 255 or 21.49% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 155 - color contains mainly: blue. Hex color #824E9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #824E9B is #7DB164. Grayscale: #666666. Windows color (decimal): -8237413 or 10178178. OLE color: 10178178.

HSL color Cylindrical-coordinate representation of color #824E9B: hue angle of 280.52º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #824E9B is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13078155-
CMYK0.160.5000.39
HSL280.52º33.05%45.69%-
HSV(B)280.52º49.68%60.78%-
XYZ17.8512.5632.49-
YUV102.33157.73147.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.81%
GREEN value IS 78 (30.86% from 255) = 21.49%
BLUE value IS 155 (60.94% from 255) = 42.70%
R=35.81%
G=21.49%
B=42.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal130781550.160.5000.39280.5233.0545.69
Hex824E9B1032027119212e
Octal20211623320620474314156
Binary10000010100111010011011100001100100100111100011001100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,78,155); }

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

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

 a { background-color: rgb(130,78,155); }

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

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

 span { border-color: rgb(130,78,155); }

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