#843DAC

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

Shades of Studio #843DAC

Tints of Studio #843DAC

Color information

#843DAC (or 0x843DAC) is unknown color: approx Studio. HEX triplet: 84, 3D and AC. RGB value is (132,61,172). Sum of RGB (Red+Green+Blue) = 132+61+172=365 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.16% from 365); Green value is 61 (24.22% from 255 or 16.71% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #843DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843DAC is #7BC253. Grayscale: #5E5E5E. Windows color (decimal): -8110676 or 11287940. OLE color: 11287940.

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

Color convert

RGB13261172-
CMYK0.230.6500.33
HSL278.38º47.64%45.69%-
HSV(B)278.38º64.53%67.45%-
XYZ18.6311.2240.21-
YUV94.88171.52154.47-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.16%
GREEN value IS 61 (24.22% from 255) = 16.71%
BLUE value IS 172 (67.58% from 255) = 47.12%
R=36.16%
G=16.71%
B=47.12%

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
Decimal132611720.230.6500.33278.3847.6445.69
Hex843DAC1741021116302e
Octal20475254271010414266056
Binary10000100111101101011001011110000010100001100010110110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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