#833FA6

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

Shades of Studio #833FA6

Tints of Studio #833FA6

Color information

#833FA6 (or 0x833FA6) is unknown color: approx Studio. HEX triplet: 83, 3F and A6. RGB value is (131,63,166). Sum of RGB (Red+Green+Blue) = 131+63+166=360 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.39% from 360); Green value is 63 (25% from 255 or 17.5% from 360); Blue value is 166 (65.23% from 255 or 46.11% from 360); Max value from RGB is 166 - color contains mainly: blue. Hex color #833FA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833FA6 is #7CC059. Grayscale: #5E5E5E. Windows color (decimal): -8175706 or 10895235. OLE color: 10895235.

HSL color Cylindrical-coordinate representation of color #833FA6: hue angle of 279.61º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #833FA6 is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB13163166-
CMYK0.210.6200.35
HSL279.61º44.98%44.9%-
HSV(B)279.61º62.05%65.1%-
XYZ18.0211.1337.28-
YUV95.07168.03153.62-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.39%
GREEN value IS 63 (25% from 255) = 17.5%
BLUE value IS 166 (65.23% from 255) = 46.11%
R=36.39%
G=17.5%
B=46.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal131631660.210.6200.35279.6144.9844.9
Hex833FA6153E0231182d2d
Octal2037724625760434305555
Binary1000001111111110100110101011111100100011100011000101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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