#843BB0

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

Shades of Studio #843BB0

Tints of Studio #843BB0

Color information

#843BB0 (or 0x843BB0) is unknown color: approx Studio. HEX triplet: 84, 3B and B0. RGB value is (132,59,176). Sum of RGB (Red+Green+Blue) = 132+59+176=367 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.97% from 367); Green value is 59 (23.44% from 255 or 16.08% from 367); Blue value is 176 (69.14% from 255 or 47.96% from 367); Max value from RGB is 176 - color contains mainly: blue. Hex color #843BB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843BB0 is #7BC44F. Grayscale: #5D5D5D. Windows color (decimal): -8111184 or 11549572. OLE color: 11549572.

HSL color Cylindrical-coordinate representation of color #843BB0: hue angle of 277.44º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #843BB0 is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13259176-
CMYK0.250.6600.31
HSL277.44º49.79%46.08%-
HSV(B)277.44º66.48%69.02%-
XYZ18.9211.1742.23-
YUV94.16174.18154.99-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.97%
GREEN value IS 59 (23.44% from 255) = 16.08%
BLUE value IS 176 (69.14% from 255) = 47.96%
R=35.97%
G=16.08%
B=47.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal132591760.250.6600.31277.4449.7946.08
Hex843BB0194201F115322e
Octal20473260311020374256256
Binary1000010011101110110000110011000010011111100010101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843BB0; }

 p { color: rgb(132,59,176); }

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

<style>
 a { background-color: #843BB0; }

 a { background-color: rgb(132,59,176); }

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

<style>
 span { border-color: #843BB0; }

 span { border-color: rgb(132,59,176); }

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