#843BAC

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

Shades of Studio #843BAC

Tints of Studio #843BAC

Color information

#843BAC (or 0x843BAC) is unknown color: approx Studio. HEX triplet: 84, 3B and AC. RGB value is (132,59,172). Sum of RGB (Red+Green+Blue) = 132+59+172=363 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.36% from 363); Green value is 59 (23.44% from 255 or 16.25% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 172 - color contains mainly: blue. Hex color #843BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843BAC is #7BC453. Grayscale: #5D5D5D. Windows color (decimal): -8111188 or 11287428. OLE color: 11287428.

HSL color Cylindrical-coordinate representation of color #843BAC: hue angle of 278.76º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #843BAC is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13259172-
CMYK0.230.6600.33
HSL278.76º48.92%45.29%-
HSV(B)278.76º65.7%67.45%-
XYZ18.5311.0140.18-
YUV93.71172.18155.31-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.36%
GREEN value IS 59 (23.44% from 255) = 16.25%
BLUE value IS 172 (67.58% from 255) = 47.38%
R=36.36%
G=16.25%
B=47.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal132591720.230.6600.33278.7648.9245.29
Hex843BAC1742021117312d
Octal20473254271020414276155
Binary10000100111011101011001011110000100100001100010111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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