#843CAB

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

Shades of Studio #843CAB

Tints of Studio #843CAB

Color information

#843CAB (or 0x843CAB) is unknown color: approx Studio. HEX triplet: 84, 3C and AB. RGB value is (132,60,171). Sum of RGB (Red+Green+Blue) = 132+60+171=363 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.36% from 363); Green value is 60 (23.83% from 255 or 16.53% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #843CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843CAB is #7BC354. Grayscale: #5D5D5D. Windows color (decimal): -8110933 or 11222148. OLE color: 11222148.

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

Color convert

RGB13260171-
CMYK0.230.6500.33
HSL278.92º48.05%45.29%-
HSV(B)278.92º64.91%67.06%-
XYZ18.4811.0839.69-
YUV94.18171.35154.97-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.36%
GREEN value IS 60 (23.83% from 255) = 16.53%
BLUE value IS 171 (67.19% from 255) = 47.11%
R=36.36%
G=16.53%
B=47.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal132601710.230.6500.33278.9248.0545.29
Hex843CAB1741021117302d
Octal20474253271010414276055
Binary10000100111100101010111011110000010100001100010111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,60,171); }

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

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

 a { background-color: rgb(132,60,171); }

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

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

 span { border-color: rgb(132,60,171); }

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