#833AAE

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

Shades of Studio #833AAE

Tints of Studio #833AAE

Color information

#833AAE (or 0x833AAE) is unknown color: approx Studio. HEX triplet: 83, 3A and AE. RGB value is (131,58,174). Sum of RGB (Red+Green+Blue) = 131+58+174=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 58 (23.05% from 255 or 15.98% from 363); Blue value is 174 (68.36% from 255 or 47.93% from 363); Max value from RGB is 174 - color contains mainly: blue. Hex color #833AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833AAE is #7CC551. Grayscale: #5C5C5C. Windows color (decimal): -8176978 or 11418243. OLE color: 11418243.

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

Color convert

RGB13158174-
CMYK0.250.6700.32
HSL277.76º50%45.49%-
HSV(B)277.76º66.67%68.24%-
XYZ18.5110.9141.17-
YUV93.05173.68155.07-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.09%
GREEN value IS 58 (23.05% from 255) = 15.98%
BLUE value IS 174 (68.36% from 255) = 47.93%
R=36.09%
G=15.98%
B=47.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal131581740.250.6700.32277.765045.49
Hex833AAE1943020116322d
Octal20372256311030404266255
Binary10000011111010101011101100110000110100000100010110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,58,174); }

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

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

 a { background-color: rgb(131,58,174); }

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

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

 span { border-color: rgb(131,58,174); }

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