#824D9B

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

Shades of Studio #824D9B

Tints of Studio #824D9B

Color information

#824D9B (or 0x824D9B) is unknown color: approx Studio. HEX triplet: 82, 4D and 9B. RGB value is (130,77,155). Sum of RGB (Red+Green+Blue) = 130+77+155=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 77 (30.47% from 255 or 21.27% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 155 - color contains mainly: blue. Hex color #824D9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #824D9B is #7DB264. Grayscale: #656565. Windows color (decimal): -8237669 or 10177922. OLE color: 10177922.

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

Color convert

RGB13077155-
CMYK0.160.5000.39
HSL280.77º33.62%45.49%-
HSV(B)280.77º50.32%60.78%-
XYZ17.7812.4232.47-
YUV101.74158.06148.16-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.91%
GREEN value IS 77 (30.47% from 255) = 21.27%
BLUE value IS 155 (60.94% from 255) = 42.82%
R=35.91%
G=21.27%
B=42.82%

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
Decimal130771550.160.5000.39280.7733.6245.49
Hex824D9B1032027119222d
Octal20211523320620474314255
Binary10000010100110110011011100001100100100111100011001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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