#845BAD

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

Shades of Studio #845BAD

Tints of Studio #845BAD

Color information

#845BAD (or 0x845BAD) is unknown color: approx Studio. HEX triplet: 84, 5B and AD. RGB value is (132,91,173). Sum of RGB (Red+Green+Blue) = 132+91+173=396 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.33% from 396); Green value is 91 (35.94% from 255 or 22.98% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 173 - color contains mainly: blue. Hex color #845BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845BAD is #7BA452. Grayscale: #707070. Windows color (decimal): -8102995 or 11361156. OLE color: 11361156.

HSL color Cylindrical-coordinate representation of color #845BAD: hue angle of 270º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #845BAD is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13291173-
CMYK0.240.4700.32
HSL270º33.33%51.76%-
HSV(B)270º47.4%67.84%-
XYZ20.815.441.41-
YUV112.61162.08141.83-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.33%
GREEN value IS 91 (35.94% from 255) = 22.98%
BLUE value IS 173 (67.97% from 255) = 43.69%
R=33.33%
G=22.98%
B=43.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal132911730.240.4700.3227033.3351.76
Hex845BAD182F02010e2134
Octal20413325530570404164164
Binary10000100101101110101101110001011110100000100001110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845BAD; }

 p { color: rgb(132,91,173); }

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

<style>
 a { background-color: #845BAD; }

 a { background-color: rgb(132,91,173); }

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

<style>
 span { border-color: #845BAD; }

 span { border-color: rgb(132,91,173); }

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