#854DAD

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

Shades of Studio #854DAD

Tints of Studio #854DAD

Color information

#854DAD (or 0x854DAD) is unknown color: approx Studio. HEX triplet: 85, 4D and AD. RGB value is (133,77,173). Sum of RGB (Red+Green+Blue) = 133+77+173=383 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.73% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 173 - color contains mainly: blue. Hex color #854DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #854DAD is #7AB252. Grayscale: #686868. Windows color (decimal): -8041043 or 11357573. OLE color: 11357573.

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

Color convert

RGB13377173-
CMYK0.230.5500.32
HSL275º38.4%49.02%-
HSV(B)275º55.49%67.84%-
XYZ19.8713.3141.06-
YUV104.69166.55148.19-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.73%
GREEN value IS 77 (30.47% from 255) = 20.10%
BLUE value IS 173 (67.97% from 255) = 45.17%
R=34.73%
G=20.10%
B=45.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal133771730.230.5500.3227538.449.02
Hex854DAD17370201132631
Octal20511525527670404234661
Binary10000101100110110101101101111101110100000100010011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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