#833DA9

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

Shades of Studio #833DA9

Tints of Studio #833DA9

Color information

#833DA9 (or 0x833DA9) is unknown color: approx Studio. HEX triplet: 83, 3D and A9. RGB value is (131,61,169). Sum of RGB (Red+Green+Blue) = 131+61+169=361 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.29% from 361); Green value is 61 (24.22% from 255 or 16.90% from 361); Blue value is 169 (66.41% from 255 or 46.81% from 361); Max value from RGB is 169 - color contains mainly: blue. Hex color #833DA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833DA9 is #7CC256. Grayscale: #5D5D5D. Windows color (decimal): -8176215 or 11091331. OLE color: 11091331.

HSL color Cylindrical-coordinate representation of color #833DA9: hue angle of 278.89º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #833DA9 is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB13161169-
CMYK0.220.6400.34
HSL278.89º46.96%45.1%-
HSV(B)278.89º63.91%66.27%-
XYZ18.1911.0338.71-
YUV94.24170.19154.22-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.29%
GREEN value IS 61 (24.22% from 255) = 16.90%
BLUE value IS 169 (66.41% from 255) = 46.81%
R=36.29%
G=16.90%
B=46.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal131611690.220.6400.34278.8946.9645.1
Hex833DA916400221172f2d
Octal20375251261000424275755
Binary10000011111101101010011011010000000100010100010111101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,61,169); }

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

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

 a { background-color: rgb(131,61,169); }

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

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

 span { border-color: rgb(131,61,169); }

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