#835AB1

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

Shades of Studio #835AB1

Tints of Studio #835AB1

Color information

#835AB1 (or 0x835AB1) is unknown color: approx Studio. HEX triplet: 83, 5A and B1. RGB value is (131,90,177). Sum of RGB (Red+Green+Blue) = 131+90+177=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 90 (35.55% from 255 or 22.61% from 398); Blue value is 177 (69.53% from 255 or 44.47% from 398); Max value from RGB is 177 - color contains mainly: blue. Hex color #835AB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835AB1 is #7CA54E. Grayscale: #6F6F6F. Windows color (decimal): -8168783 or 11623043. OLE color: 11623043.

HSL color Cylindrical-coordinate representation of color #835AB1: hue angle of 268.28º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #835AB1 is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13190177-
CMYK0.260.4900.31
HSL268.28º35.8%52.35%-
HSV(B)268.28º49.15%69.41%-
XYZ20.9515.3143.45-
YUV112.18164.58141.43-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.91%
GREEN value IS 90 (35.55% from 255) = 22.61%
BLUE value IS 177 (69.53% from 255) = 44.47%
R=32.91%
G=22.61%
B=44.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal131901770.260.4900.31268.2835.852.35
Hex835AB11A3101F10c2434
Octal20313226132610374144464
Binary1000001110110101011000111010110001011111100001100100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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