#835B9C

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

Shades of Studio #835B9C

Tints of Studio #835B9C

Color information

#835B9C (or 0x835B9C) is unknown color: approx Studio. HEX triplet: 83, 5B and 9C. RGB value is (131,91,156). Sum of RGB (Red+Green+Blue) = 131+91+156=378 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.66% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 156 - color contains mainly: blue. Hex color #835B9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835B9C is #7CA463. Grayscale: #6E6E6E. Windows color (decimal): -8168548 or 10247043. OLE color: 10247043.

HSL color Cylindrical-coordinate representation of color #835B9C: hue angle of 276.92º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #835B9C is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13191156-
CMYK0.160.4200.39
HSL276.92º26.32%48.43%-
HSV(B)276.92º41.67%61.18%-
XYZ19.114.7133.28-
YUV110.37153.75142.71-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.66%
GREEN value IS 91 (35.94% from 255) = 24.07%
BLUE value IS 156 (61.33% from 255) = 41.27%
R=34.66%
G=24.07%
B=41.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal131911560.160.4200.39276.9226.3248.43
Hex835B9C102A0271151a30
Octal20313323420520474253260
Binary1000001110110111001110010000101010010011110001010111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,91,156); }

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

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

 a { background-color: rgb(131,91,156); }

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

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

 span { border-color: rgb(131,91,156); }

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