#833BB2

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

Shades of Studio #833BB2

Tints of Studio #833BB2

Color information

#833BB2 (or 0x833BB2) is unknown color: approx Studio. HEX triplet: 83, 3B and B2. RGB value is (131,59,178). Sum of RGB (Red+Green+Blue) = 131+59+178=368 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.60% from 368); Green value is 59 (23.44% from 255 or 16.03% from 368); Blue value is 178 (69.92% from 255 or 48.37% from 368); Max value from RGB is 178 - color contains mainly: blue. Hex color #833BB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833BB2 is #7CC44D. Grayscale: #5D5D5D. Windows color (decimal): -8176718 or 11680643. OLE color: 11680643.

HSL color Cylindrical-coordinate representation of color #833BB2: hue angle of 276.3º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #833BB2 is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13159178-
CMYK0.260.6700.30
HSL276.3º50.21%46.47%-
HSV(B)276.3º66.85%69.8%-
XYZ18.9611.1743.28-
YUV94.09175.35154.32-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.60%
GREEN value IS 59 (23.44% from 255) = 16.03%
BLUE value IS 178 (69.92% from 255) = 48.37%
R=35.60%
G=16.03%
B=48.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal131591780.260.6700.30276.350.2146.47
Hex833BB21A4301E114322e
Octal20373262321030364246256
Binary1000001111101110110010110101000011011110100010100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,59,178); }

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

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

 a { background-color: rgb(131,59,178); }

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

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

 span { border-color: rgb(131,59,178); }

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