#833AB2

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

Shades of Studio #833AB2

Tints of Studio #833AB2

Color information

#833AB2 (or 0x833AB2) is unknown color: approx Studio. HEX triplet: 83, 3A and B2. RGB value is (131,58,178). Sum of RGB (Red+Green+Blue) = 131+58+178=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 58 (23.05% from 255 or 15.80% from 367); Blue value is 178 (69.92% from 255 or 48.50% from 367); Max value from RGB is 178 - color contains mainly: blue. Hex color #833AB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833AB2 is #7CC54D. Grayscale: #5D5D5D. Windows color (decimal): -8176974 or 11680387. OLE color: 11680387.

HSL color Cylindrical-coordinate representation of color #833AB2: hue angle of 276.5º degrees, saturation: 0.51, 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 #833AB2 is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13158178-
CMYK0.260.6700.30
HSL276.5º50.85%46.27%-
HSV(B)276.5º67.42%69.8%-
XYZ18.9111.0743.26-
YUV93.51175.68154.74-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.69%
GREEN value IS 58 (23.05% from 255) = 15.80%
BLUE value IS 178 (69.92% from 255) = 48.50%
R=35.69%
G=15.80%
B=48.50%

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
Decimal131581780.260.6700.30276.550.8546.27
Hex833AB21A4301E114332e
Octal20372262321030364246356
Binary1000001111101010110010110101000011011110100010100110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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