#843DAF

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

Shades of Studio #843DAF

Tints of Studio #843DAF

Color information

#843DAF (or 0x843DAF) is unknown color: approx Studio. HEX triplet: 84, 3D and AF. RGB value is (132,61,175). Sum of RGB (Red+Green+Blue) = 132+61+175=368 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.87% from 368); Green value is 61 (24.22% from 255 or 16.58% from 368); Blue value is 175 (68.75% from 255 or 47.55% from 368); Max value from RGB is 175 - color contains mainly: blue. Hex color #843DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843DAF is #7BC250. Grayscale: #5E5E5E. Windows color (decimal): -8110673 or 11484548. OLE color: 11484548.

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

Color convert

RGB13261175-
CMYK0.250.6500.31
HSL277.37º48.31%46.27%-
HSV(B)277.37º65.14%68.63%-
XYZ18.9211.3441.75-
YUV95.22173.02154.23-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.87%
GREEN value IS 61 (24.22% from 255) = 16.58%
BLUE value IS 175 (68.75% from 255) = 47.55%
R=35.87%
G=16.58%
B=47.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal132611750.250.6500.31277.3748.3146.27
Hex843DAF194101F115302e
Octal20475257311010374256056
Binary1000010011110110101111110011000001011111100010101110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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