#8545AF

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

Shades of Studio #8545AF

Tints of Studio #8545AF

Color information

#8545AF (or 0x8545AF) is unknown color: approx Studio. HEX triplet: 85, 45 and AF. RGB value is (133,69,175). Sum of RGB (Red+Green+Blue) = 133+69+175=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 69 (27.34% from 255 or 18.30% from 377); Blue value is 175 (68.75% from 255 or 46.42% from 377); Max value from RGB is 175 - color contains mainly: blue. Hex color #8545AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8545AF is #7ABA50. Grayscale: #636363. Windows color (decimal): -8043089 or 11486597. OLE color: 11486597.

HSL color Cylindrical-coordinate representation of color #8545AF: hue angle of 276.23º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8545AF is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13369175-
CMYK0.240.6100.31
HSL276.23º43.44%47.84%-
HSV(B)276.23º60.57%68.63%-
XYZ19.5412.3441.91-
YUV100.22170.2151.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.28%
GREEN value IS 69 (27.34% from 255) = 18.30%
BLUE value IS 175 (68.75% from 255) = 46.42%
R=35.28%
G=18.30%
B=46.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal133691750.240.6100.31276.2343.4447.84
Hex8545AF183D01F1142b30
Octal20510525730750374245360
Binary1000010110001011010111111000111101011111100010100101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8545AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8545AF; }

 p { color: rgb(133,69,175); }

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

<style>
 a { background-color: #8545AF; }

 a { background-color: rgb(133,69,175); }

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

<style>
 span { border-color: #8545AF; }

 span { border-color: rgb(133,69,175); }

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