Html Css Color HEX #8541AD Studio

📋 copy color: '#8541AD'

red 133 ◦ green 65 ◦ blue 173

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

Shades of Studio #8541AD

Tints of Studio #8541AD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.52%

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

R = 35.85%
G = 17.52%
B = 46.63%

CMYK

 C value IS 0.23

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8541AD (or 0x8541AD) is known color: Studio. HEX triplet: 85, 41 and AD. RGB value is (133,65,173). Sum of RGB (Red+Green+Blue) = 133+65+173=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 173 - color contains mainly: blue. Hex color #8541AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8541AD is #7ABE52. Grayscale: #616161. Windows color (decimal): -8044115 or 11354501. OLE color: 11354501.

HSL color Cylindrical-coordinate representation of color #8541AD: hue angle of 277.78º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8541AD is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 133 65 173 -
CMYK 0.23 0.62 0 0.32
HSL 277.78º 0.45% 0.47% -
HSV(B) 277.78º 0.62% 0.68% -
XYZ 19.11 11.78 40.8 -
YUV 97.64 170.53 153.22 -
System Red Green Blue C M Y K H S L
Decimal 133 65 173 0.23 0.62 0 0.32 277.78 0.45 0.47
Hex 85 41 AD 17 3E 0 20 116 2D 2F
Octal 205 101 255 27 76 0 40 426 55 57
Binary 10000101 1000001 10101101 10111 111110 0 100000 100010110 101101 101111

Color Harmonies of #8541AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8541AD

Black with #8541AD

Text Example


Text Example

White with #8541AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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