#835AB2

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

Shades of Studio #835AB2

Tints of Studio #835AB2

Color information

#835AB2 (or 0x835AB2) is unknown color: approx Studio. HEX triplet: 83, 5A and B2. RGB value is (131,90,178). Sum of RGB (Red+Green+Blue) = 131+90+178=399 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.83% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 178 (69.92% from 255 or 44.61% from 399); Max value from RGB is 178 - color contains mainly: blue. Hex color #835AB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835AB2 is #7CA54D. Grayscale: #6F6F6F. Windows color (decimal): -8168782 or 11688579. OLE color: 11688579.

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

Color convert

RGB13190178-
CMYK0.260.4900.30
HSL267.95º36.36%52.55%-
HSV(B)267.95º49.44%69.8%-
XYZ21.0515.3543.97-
YUV112.29165.08141.34-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.83%
GREEN value IS 90 (35.55% from 255) = 22.56%
BLUE value IS 178 (69.92% from 255) = 44.61%
R=32.83%
G=22.56%
B=44.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal131901780.260.4900.30267.9536.3652.55
Hex835AB21A3101E10c2435
Octal20313226232610364144465
Binary1000001110110101011001011010110001011110100001100100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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