#8451AD

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

Shades of Studio #8451AD

Tints of Studio #8451AD

Color information

#8451AD (or 0x8451AD) is unknown color: approx Studio. HEX triplet: 84, 51 and AD. RGB value is (132,81,173). Sum of RGB (Red+Green+Blue) = 132+81+173=386 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.20% from 386); Green value is 81 (32.03% from 255 or 20.98% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 173 - color contains mainly: blue. Hex color #8451AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8451AD is #7BAE52. Grayscale: #6A6A6A. Windows color (decimal): -8105555 or 11358596. OLE color: 11358596.

HSL color Cylindrical-coordinate representation of color #8451AD: hue angle of 273.26º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8451AD is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13281173-
CMYK0.240.5300.32
HSL273.26º36.22%49.8%-
HSV(B)273.26º53.18%67.84%-
XYZ2013.8141.15-
YUV106.74165.4146.02-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.20%
GREEN value IS 81 (32.03% from 255) = 20.98%
BLUE value IS 173 (67.97% from 255) = 44.82%
R=34.20%
G=20.98%
B=44.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal132811730.240.5300.32273.2636.2249.8
Hex8451AD18350201112432
Octal20412125530650404214462
Binary10000100101000110101101110001101010100000100010001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8451AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8451AD; }

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

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

<style>
 a { background-color: #8451AD; }

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

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

<style>
 span { border-color: #8451AD; }

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

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