#823FAA

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

Shades of Studio #823FAA

Tints of Studio #823FAA

Color information

#823FAA (or 0x823FAA) is unknown color: approx Studio. HEX triplet: 82, 3F and AA. RGB value is (130,63,170). Sum of RGB (Red+Green+Blue) = 130+63+170=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 63 (25% from 255 or 17.36% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 170 - color contains mainly: blue. Hex color #823FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823FAA is #7DC055. Grayscale: #5E5E5E. Windows color (decimal): -8241238 or 11157378. OLE color: 11157378.

HSL color Cylindrical-coordinate representation of color #823FAA: hue angle of 277.57º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #823FAA is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13063170-
CMYK0.240.6300.33
HSL277.57º45.92%45.69%-
HSV(B)277.57º62.94%66.67%-
XYZ18.2411.239.23-
YUV95.23170.2152.8-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.81%
GREEN value IS 63 (25% from 255) = 17.36%
BLUE value IS 170 (66.80% from 255) = 46.83%
R=35.81%
G=17.36%
B=46.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal130631700.240.6300.33277.5745.9245.69
Hex823FAA183F0211162e2e
Octal2027725230770414265656
Binary1000001011111110101010110001111110100001100010110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823FAA; }

 p { color: rgb(130,63,170); }

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

<style>
 a { background-color: #823FAA; }

 a { background-color: rgb(130,63,170); }

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

<style>
 span { border-color: #823FAA; }

 span { border-color: rgb(130,63,170); }

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