#824A9C

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

Shades of Studio #824A9C

Tints of Studio #824A9C

Color information

#824A9C (or 0x824A9C) is unknown color: approx Studio. HEX triplet: 82, 4A and 9C. RGB value is (130,74,156). Sum of RGB (Red+Green+Blue) = 130+74+156=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 74 (29.30% from 255 or 20.56% from 360); Blue value is 156 (61.33% from 255 or 43.33% from 360); Max value from RGB is 156 - color contains mainly: blue. Hex color #824A9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824A9C is #7DB563. Grayscale: #636363. Windows color (decimal): -8238436 or 10242690. OLE color: 10242690.

HSL color Cylindrical-coordinate representation of color #824A9C: hue angle of 280.98º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #824A9C is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13074156-
CMYK0.170.5300.39
HSL280.98º35.65%45.1%-
HSV(B)280.98º52.56%61.18%-
XYZ17.6612.0432.85-
YUV100.09159.55149.33-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.11%
GREEN value IS 74 (29.30% from 255) = 20.56%
BLUE value IS 156 (61.33% from 255) = 43.33%
R=36.11%
G=20.56%
B=43.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal130741560.170.5300.39280.9835.6545.1
Hex824A9C1135027119242d
Octal20211223421650474314455
Binary10000010100101010011100100011101010100111100011001100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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