#854BAD

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

Shades of Studio #854BAD

Tints of Studio #854BAD

Color information

#854BAD (or 0x854BAD) is unknown color: approx Studio. HEX triplet: 85, 4B and AD. RGB value is (133,75,173). Sum of RGB (Red+Green+Blue) = 133+75+173=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 75 (29.69% from 255 or 19.69% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 173 - color contains mainly: blue. Hex color #854BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854BAD is #7AB452. Grayscale: #676767. Windows color (decimal): -8041555 or 11357061. OLE color: 11357061.

HSL color Cylindrical-coordinate representation of color #854BAD: hue angle of 275.51º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #854BAD is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13375173-
CMYK0.230.5700.32
HSL275.51º39.52%48.63%-
HSV(B)275.51º56.65%67.84%-
XYZ19.7313.0441.01-
YUV103.51167.22149.03-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.91%
GREEN value IS 75 (29.69% from 255) = 19.69%
BLUE value IS 173 (67.97% from 255) = 45.41%
R=34.91%
G=19.69%
B=45.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal133751730.230.5700.32275.5139.5248.63
Hex854BAD17390201142831
Octal20511325527710404245061
Binary10000101100101110101101101111110010100000100010100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,75,173); }

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

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

 a { background-color: rgb(133,75,173); }

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

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

 span { border-color: rgb(133,75,173); }

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