#835AAC

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

Shades of Studio #835AAC

Tints of Studio #835AAC

Color information

#835AAC (or 0x835AAC) is unknown color: approx Studio. HEX triplet: 83, 5A and AC. RGB value is (131,90,172). Sum of RGB (Red+Green+Blue) = 131+90+172=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 90 (35.55% from 255 or 22.90% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 172 - color contains mainly: blue. Hex color #835AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835AAC is #7CA553. Grayscale: #6F6F6F. Windows color (decimal): -8168788 or 11295363. OLE color: 11295363.

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

Color convert

RGB13190172-
CMYK0.240.4800.33
HSL270º33.06%51.37%-
HSV(B)270º47.67%67.45%-
XYZ20.4615.1240.87-
YUV111.61162.08141.83-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.33%
GREEN value IS 90 (35.55% from 255) = 22.90%
BLUE value IS 172 (67.58% from 255) = 43.77%
R=33.33%
G=22.90%
B=43.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal131901720.240.4800.3327033.0651.37
Hex835AAC183002110e2133
Octal20313225430600414164163
Binary10000011101101010101100110001100000100001100001110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835AAC; }

 p { color: rgb(131,90,172); }

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

<style>
 a { background-color: #835AAC; }

 a { background-color: rgb(131,90,172); }

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

<style>
 span { border-color: #835AAC; }

 span { border-color: rgb(131,90,172); }

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