#823FAC

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

Shades of Studio #823FAC

Tints of Studio #823FAC

Color information

#823FAC (or 0x823FAC) is unknown color: approx Studio. HEX triplet: 82, 3F and AC. RGB value is (130,63,172). Sum of RGB (Red+Green+Blue) = 130+63+172=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 63 (25% from 255 or 17.26% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #823FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823FAC is #7DC053. Grayscale: #5F5F5F. Windows color (decimal): -8241236 or 11288450. OLE color: 11288450.

HSL color Cylindrical-coordinate representation of color #823FAC: hue angle of 276.88º 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 #823FAC is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13063172-
CMYK0.240.6300.33
HSL276.88º46.38%46.08%-
HSV(B)276.88º63.37%67.45%-
XYZ18.4311.2840.24-
YUV95.46171.2152.64-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.62%
GREEN value IS 63 (25% from 255) = 17.26%
BLUE value IS 172 (67.58% from 255) = 47.12%
R=35.62%
G=17.26%
B=47.12%

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
Decimal130631720.240.6300.33276.8846.3846.08
Hex823FAC183F0211152e2e
Octal2027725430770414255656
Binary1000001011111110101100110001111110100001100010101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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