#843DB5

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

Shades of Studio #843DB5

Tints of Studio #843DB5

Color information

#843DB5 (or 0x843DB5) is unknown color: approx Studio. HEX triplet: 84, 3D and B5. RGB value is (132,61,181). Sum of RGB (Red+Green+Blue) = 132+61+181=374 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.29% from 374); Green value is 61 (24.22% from 255 or 16.31% from 374); Blue value is 181 (71.09% from 255 or 48.40% from 374); Max value from RGB is 181 - color contains mainly: blue. Hex color #843DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843DB5 is #7BC24A. Grayscale: #5F5F5F. Windows color (decimal): -8110667 or 11877764. OLE color: 11877764.

HSL color Cylindrical-coordinate representation of color #843DB5: hue angle of 275.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #843DB5 is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13261181-
CMYK0.270.6600.29
HSL275.5º49.59%47.45%-
HSV(B)275.5º66.3%70.98%-
XYZ19.5211.5844.92-
YUV95.91176.02153.74-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.29%
GREEN value IS 61 (24.22% from 255) = 16.31%
BLUE value IS 181 (71.09% from 255) = 48.40%
R=35.29%
G=16.31%
B=48.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal132611810.270.6600.29275.549.5947.45
Hex843DB51B4201D114322f
Octal20475265331020354246257
Binary1000010011110110110101110111000010011101100010100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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