#824A9F

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

Shades of Studio #824A9F

Tints of Studio #824A9F

Color information

#824A9F (or 0x824A9F) is unknown color: approx Studio. HEX triplet: 82, 4A and 9F. RGB value is (130,74,159). Sum of RGB (Red+Green+Blue) = 130+74+159=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 74 (29.30% from 255 or 20.39% from 363); Blue value is 159 (62.5% from 255 or 43.80% from 363); Max value from RGB is 159 - color contains mainly: blue. Hex color #824A9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824A9F is #7DB560. Grayscale: #646464. Windows color (decimal): -8238433 or 10439298. OLE color: 10439298.

HSL color Cylindrical-coordinate representation of color #824A9F: hue angle of 279.53º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #824A9F is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13074159-
CMYK0.180.5300.38
HSL279.53º36.48%45.69%-
HSV(B)279.53º53.46%62.35%-
XYZ17.9112.1534.2-
YUV100.43161.05149.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.81%
GREEN value IS 74 (29.30% from 255) = 20.39%
BLUE value IS 159 (62.5% from 255) = 43.80%
R=35.81%
G=20.39%
B=43.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal130741590.180.5300.38279.5336.4845.69
Hex824A9F1235026118242e
Octal20211223722650464304456
Binary10000010100101010011111100101101010100110100011000100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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