#833FAE

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

Shades of Studio #833FAE

Tints of Studio #833FAE

Color information

#833FAE (or 0x833FAE) is unknown color: approx Studio. HEX triplet: 83, 3F and AE. RGB value is (131,63,174). Sum of RGB (Red+Green+Blue) = 131+63+174=368 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.60% from 368); Green value is 63 (25% from 255 or 17.12% from 368); Blue value is 174 (68.36% from 255 or 47.28% from 368); Max value from RGB is 174 - color contains mainly: blue. Hex color #833FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833FAE is #7CC051. Grayscale: #5F5F5F. Windows color (decimal): -8175698 or 11419523. OLE color: 11419523.

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

Color convert

RGB13163174-
CMYK0.250.6400.32
HSL276.76º46.84%46.47%-
HSV(B)276.76º63.79%68.24%-
XYZ18.7811.4441.26-
YUV95.99172.03152.97-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.60%
GREEN value IS 63 (25% from 255) = 17.12%
BLUE value IS 174 (68.36% from 255) = 47.28%
R=35.60%
G=17.12%
B=47.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal131631740.250.6400.32276.7646.8446.47
Hex833FAE19400201152f2e
Octal20377256311000404255756
Binary10000011111111101011101100110000000100000100010101101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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