#835CA3

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

Shades of Studio #835CA3

Tints of Studio #835CA3

Color information

#835CA3 (or 0x835CA3) is unknown color: approx Studio. HEX triplet: 83, 5C and A3. RGB value is (131,92,163). Sum of RGB (Red+Green+Blue) = 131+92+163=386 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.94% from 386); Green value is 92 (36.33% from 255 or 23.83% from 386); Blue value is 163 (64.06% from 255 or 42.23% from 386); Max value from RGB is 163 - color contains mainly: blue. Hex color #835CA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835CA3 is #7CA35C. Grayscale: #6F6F6F. Windows color (decimal): -8168285 or 10706051. OLE color: 10706051.

HSL color Cylindrical-coordinate representation of color #835CA3: hue angle of 272.96º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #835CA3 is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB13192163-
CMYK0.200.4400.36
HSL272.96º27.84%50%-
HSV(B)272.96º43.56%63.92%-
XYZ19.815.1236.53-
YUV111.76156.92141.73-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.94%
GREEN value IS 92 (36.33% from 255) = 23.83%
BLUE value IS 163 (64.06% from 255) = 42.23%
R=33.94%
G=23.83%
B=42.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal131921630.200.4400.36272.9627.8450
Hex835CA3142C0241111c32
Octal20313424324540444213462
Binary1000001110111001010001110100101100010010010001000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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