#843FAB

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

Shades of Studio #843FAB

Tints of Studio #843FAB

Color information

#843FAB (or 0x843FAB) is unknown color: approx Studio. HEX triplet: 84, 3F and AB. RGB value is (132,63,171). Sum of RGB (Red+Green+Blue) = 132+63+171=366 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.07% from 366); Green value is 63 (25% from 255 or 17.21% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #843FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843FAB is #7BC054. Grayscale: #5F5F5F. Windows color (decimal): -8110165 or 11222916. OLE color: 11222916.

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

Color convert

RGB13263171-
CMYK0.230.6300.33
HSL278.33º46.15%45.88%-
HSV(B)278.33º63.16%67.06%-
XYZ18.6411.439.75-
YUV95.94170.36153.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.07%
GREEN value IS 63 (25% from 255) = 17.21%
BLUE value IS 171 (67.19% from 255) = 46.72%
R=36.07%
G=17.21%
B=46.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal132631710.230.6300.33278.3346.1545.88
Hex843FAB173F0211162e2e
Octal2047725327770414265656
Binary1000010011111110101011101111111110100001100010110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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