#824FAF

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

Shades of Studio #824FAF

Tints of Studio #824FAF

Color information

#824FAF (or 0x824FAF) is unknown color: approx Studio. HEX triplet: 82, 4F and AF. RGB value is (130,79,175). Sum of RGB (Red+Green+Blue) = 130+79+175=384 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.85% from 384); Green value is 79 (31.25% from 255 or 20.57% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 175 - color contains mainly: blue. Hex color #824FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #824FAF is #7DB050. Grayscale: #686868. Windows color (decimal): -8237137 or 11489154. OLE color: 11489154.

HSL color Cylindrical-coordinate representation of color #824FAF: hue angle of 271.88º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #824FAF is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13079175-
CMYK0.260.5500.31
HSL271.88º37.8%49.8%-
HSV(B)271.88º54.86%68.63%-
XYZ19.7413.4342.11-
YUV105.19167.4145.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.85%
GREEN value IS 79 (31.25% from 255) = 20.57%
BLUE value IS 175 (68.75% from 255) = 45.57%
R=33.85%
G=20.57%
B=45.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal130791750.260.5500.31271.8837.849.8
Hex824FAF1A3701F1102632
Octal20211725732670374204662
Binary1000001010011111010111111010110111011111100010000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,79,175); }

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

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

 a { background-color: rgb(130,79,175); }

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

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

 span { border-color: rgb(130,79,175); }

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