#833CB6

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

Shades of Studio #833CB6

Tints of Studio #833CB6

Color information

#833CB6 (or 0x833CB6) is unknown color: approx Studio. HEX triplet: 83, 3C and B6. RGB value is (131,60,182). Sum of RGB (Red+Green+Blue) = 131+60+182=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 60 (23.83% from 255 or 16.09% from 373); Blue value is 182 (71.48% from 255 or 48.79% from 373); Max value from RGB is 182 - color contains mainly: blue. Hex color #833CB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833CB6 is #7CC349. Grayscale: #5E5E5E. Windows color (decimal): -8176458 or 11943043. OLE color: 11943043.

HSL color Cylindrical-coordinate representation of color #833CB6: hue angle of 274.92º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #833CB6 is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13160182-
CMYK0.280.6700.29
HSL274.92º50.41%47.45%-
HSV(B)274.92º67.03%71.37%-
XYZ19.4211.4345.44-
YUV95.14177.02153.58-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.12%
GREEN value IS 60 (23.83% from 255) = 16.09%
BLUE value IS 182 (71.48% from 255) = 48.79%
R=35.12%
G=16.09%
B=48.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal131601820.280.6700.29274.9250.4147.45
Hex833CB61C4301D113322f
Octal20374266341030354236257
Binary1000001111110010110110111001000011011101100010011110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,60,182); }

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

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

 a { background-color: rgb(131,60,182); }

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

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

 span { border-color: rgb(131,60,182); }

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