#835CAA

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

Shades of Studio #835CAA

Tints of Studio #835CAA

Color information

#835CAA (or 0x835CAA) is unknown color: approx Studio. HEX triplet: 83, 5C and AA. RGB value is (131,92,170). Sum of RGB (Red+Green+Blue) = 131+92+170=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 170 - color contains mainly: blue. Hex color #835CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835CAA is #7CA355. Grayscale: #707070. Windows color (decimal): -8168278 or 11164803. OLE color: 11164803.

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

Color convert

RGB13192170-
CMYK0.230.4600.33
HSL270º31.45%51.37%-
HSV(B)270º45.88%66.67%-
XYZ20.4415.3839.92-
YUV112.55160.42141.16-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.33%
GREEN value IS 92 (36.33% from 255) = 23.41%
BLUE value IS 170 (66.80% from 255) = 43.26%
R=33.33%
G=23.41%
B=43.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal131921700.230.4600.3327031.4551.37
Hex835CAA172E02110e1f33
Octal20313425227560414163763
Binary1000001110111001010101010111101110010000110000111011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,92,170); }

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

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

 a { background-color: rgb(131,92,170); }

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

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

 span { border-color: rgb(131,92,170); }

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