Html Css Color HEX #8546AD Studio

📋 copy color: '#8546AD'

red 133 ◦ green 70 ◦ blue 173

#8546AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Studio #8546AD

Tints of Studio #8546AD

RGB

 RED value IS 133 (52.34% from 255) = 35.37%

 GREEN value IS 70 (27.73% from 255) = 18.62%

 BLUE value IS 173 (67.97% from 255) = 46.01%

R = 35.37%
G = 18.62%
B = 46.01%

CMYK

 C value IS 0.23

 M value IS 0.60

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8546AD (or 0x8546AD) is known color: Studio. HEX triplet: 85, 46 and AD. RGB value is (133,70,173). Sum of RGB (Red+Green+Blue) = 133+70+173=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 70 (27.73% from 255 or 18.62% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 173 - color contains mainly: blue. Hex color #8546AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8546AD is #7AB952. Grayscale: #646464. Windows color (decimal): -8042835 or 11355781. OLE color: 11355781.

HSL color Cylindrical-coordinate representation of color #8546AD: hue angle of 276.7º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8546AD is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 133 70 173 -
CMYK 0.23 0.60 0 0.32
HSL 276.7º 0.42% 0.48% -
HSV(B) 276.7º 0.6% 0.68% -
XYZ 19.41 12.38 40.9 -
YUV 100.58 168.87 151.12 -
System Red Green Blue C M Y K H S L
Decimal 133 70 173 0.23 0.60 0 0.32 276.7 0.42 0.48
Hex 85 46 AD 17 3C 0 20 115 2A 30
Octal 205 106 255 27 74 0 40 425 52 60
Binary 10000101 1000110 10101101 10111 111100 0 100000 100010101 101010 110000

Color Harmonies of #8546AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8546AD

Black with #8546AD

Text Example


Text Example

White with #8546AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8546AD;
 }
 .AnyTagClassName
 {
   color: #8546AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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