#833BAD

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

Shades of Studio #833BAD

Tints of Studio #833BAD

Color information

#833BAD (or 0x833BAD) is unknown color: approx Studio. HEX triplet: 83, 3B and AD. RGB value is (131,59,173). Sum of RGB (Red+Green+Blue) = 131+59+173=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 59 (23.44% from 255 or 16.25% from 363); Blue value is 173 (67.97% from 255 or 47.66% from 363); Max value from RGB is 173 - color contains mainly: blue. Hex color #833BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833BAD is #7CC452. Grayscale: #5D5D5D. Windows color (decimal): -8176723 or 11352963. OLE color: 11352963.

HSL color Cylindrical-coordinate representation of color #833BAD: hue angle of 277.89º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #833BAD is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13159173-
CMYK0.240.6600.32
HSL277.89º49.14%45.49%-
HSV(B)277.89º65.9%67.84%-
XYZ18.4710.9740.68-
YUV93.52172.85154.73-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.09%
GREEN value IS 59 (23.44% from 255) = 16.25%
BLUE value IS 173 (67.97% from 255) = 47.66%
R=36.09%
G=16.25%
B=47.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal131591730.240.6600.32277.8949.1445.49
Hex833BAD1842020116312d
Octal20373255301020404266155
Binary10000011111011101011011100010000100100000100010110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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