#833EAE

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

Shades of Studio #833EAE

Tints of Studio #833EAE

Color information

#833EAE (or 0x833EAE) is unknown color: approx Studio. HEX triplet: 83, 3E and AE. RGB value is (131,62,174). Sum of RGB (Red+Green+Blue) = 131+62+174=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 62 (24.61% from 255 or 16.89% from 367); Blue value is 174 (68.36% from 255 or 47.41% from 367); Max value from RGB is 174 - color contains mainly: blue. Hex color #833EAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833EAE is #7CC151. Grayscale: #5F5F5F. Windows color (decimal): -8175954 or 11419267. OLE color: 11419267.

HSL color Cylindrical-coordinate representation of color #833EAE: hue angle of 276.96º 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 #833EAE is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13162174-
CMYK0.250.6400.32
HSL276.96º47.46%46.27%-
HSV(B)276.96º64.37%68.24%-
XYZ18.7211.3341.24-
YUV95.4172.36153.39-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.69%
GREEN value IS 62 (24.61% from 255) = 16.89%
BLUE value IS 174 (68.36% from 255) = 47.41%
R=35.69%
G=16.89%
B=47.41%

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
Decimal131621740.250.6400.32276.9647.4646.27
Hex833EAE19400201152f2e
Octal20376256311000404255756
Binary10000011111110101011101100110000000100000100010101101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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