#835CAB

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

Shades of Studio #835CAB

Tints of Studio #835CAB

Color information

#835CAB (or 0x835CAB) is unknown color: approx Studio. HEX triplet: 83, 5C and AB. RGB value is (131,92,171). Sum of RGB (Red+Green+Blue) = 131+92+171=394 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.25% from 394); Green value is 92 (36.33% from 255 or 23.35% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 171 - color contains mainly: blue. Hex color #835CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835CAB is #7CA354. Grayscale: #707070. Windows color (decimal): -8168277 or 11230339. OLE color: 11230339.

HSL color Cylindrical-coordinate representation of color #835CAB: hue angle of 269.62º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #835CAB is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13192171-
CMYK0.230.4600.33
HSL269.62º31.98%51.57%-
HSV(B)269.62º46.2%67.06%-
XYZ20.5415.4240.42-
YUV112.67160.92141.08-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.25%
GREEN value IS 92 (36.33% from 255) = 23.35%
BLUE value IS 171 (67.19% from 255) = 43.40%
R=33.25%
G=23.35%
B=43.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal131921710.230.4600.33269.6231.9851.57
Hex835CAB172E02110e2034
Octal20313425327560414164064
Binary10000011101110010101011101111011100100001100001110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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