#835CA5

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

Shades of Studio #835CA5

Tints of Studio #835CA5

Color information

#835CA5 (or 0x835CA5) is unknown color: approx Studio. HEX triplet: 83, 5C and A5. RGB value is (131,92,165). Sum of RGB (Red+Green+Blue) = 131+92+165=388 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.76% from 388); Green value is 92 (36.33% from 255 or 23.71% from 388); Blue value is 165 (64.84% from 255 or 42.53% from 388); Max value from RGB is 165 - color contains mainly: blue. Hex color #835CA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835CA5 is #7CA35A. Grayscale: #6F6F6F. Windows color (decimal): -8168283 or 10837123. OLE color: 10837123.

HSL color Cylindrical-coordinate representation of color #835CA5: hue angle of 272.05º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #835CA5 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB13192165-
CMYK0.210.4400.35
HSL272.05º28.85%50.39%-
HSV(B)272.05º44.24%64.71%-
XYZ19.9815.237.48-
YUV111.98157.92141.56-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.76%
GREEN value IS 92 (36.33% from 255) = 23.71%
BLUE value IS 165 (64.84% from 255) = 42.53%
R=33.76%
G=23.71%
B=42.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal131921650.210.4400.35272.0528.8550.39
Hex835CA5152C0231101d32
Octal20313424525540434203562
Binary1000001110111001010010110101101100010001110001000011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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