#833BAB

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

Shades of Studio #833BAB

Tints of Studio #833BAB

Color information

#833BAB (or 0x833BAB) is unknown color: approx Studio. HEX triplet: 83, 3B and AB. RGB value is (131,59,171). Sum of RGB (Red+Green+Blue) = 131+59+171=361 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.29% from 361); Green value is 59 (23.44% from 255 or 16.34% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #833BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833BAB is #7CC454. Grayscale: #5C5C5C. Windows color (decimal): -8176725 or 11221891. OLE color: 11221891.

HSL color Cylindrical-coordinate representation of color #833BAB: hue angle of 278.57º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #833BAB is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13159171-
CMYK0.230.6500.33
HSL278.57º48.7%45.1%-
HSV(B)278.57º65.5%67.06%-
XYZ18.2710.8939.67-
YUV93.3171.85154.89-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.29%
GREEN value IS 59 (23.44% from 255) = 16.34%
BLUE value IS 171 (67.19% from 255) = 47.37%
R=36.29%
G=16.34%
B=47.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal131591710.230.6500.33278.5748.745.1
Hex833BAB1741021117312d
Octal20373253271010414276155
Binary10000011111011101010111011110000010100001100010111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #833BAB; }

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

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

<style>
 a { background-color: #833BAB; }

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

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

<style>
 span { border-color: #833BAB; }

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

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