#843caf

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

Shades of Studio #843CAF

Tints of Studio #843CAF

Color information

#843CAF (or 0x843CAF) is unknown color: approx Studio. HEX triplet: 84, 3C and AF. RGB value is (132,60,175). Sum of RGB (Red+Green+Blue) = 132+60+175=367 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.97% from 367); Green value is 60 (23.83% from 255 or 16.35% from 367); Blue value is 175 (68.75% from 255 or 47.68% from 367); Max value from RGB is 175 - color contains mainly: blue. Hex color #843CAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843CAF is #7BC350. Grayscale: #5E5E5E. Windows color (decimal): -8110929 or 11484292. OLE color: 11484292.

HSL color Cylindrical-coordinate representation of color #843CAF: hue angle of 277.57º degrees, saturation: 0.49, 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 #843CAF is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13260175-
CMYK0.250.6600.31
HSL277.57º48.94%46.08%-
HSV(B)277.57º65.71%68.63%-
XYZ18.8711.2341.73-
YUV94.64173.35154.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.97%
GREEN value IS 60 (23.83% from 255) = 16.35%
BLUE value IS 175 (68.75% from 255) = 47.68%
R=35.97%
G=16.35%
B=47.68%

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
Decimal132601750.250.6600.31277.5748.9446.08
Hex843CAF194201F116312e
Octal20474257311020374266156
Binary1000010011110010101111110011000010011111100010110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843caf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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