Html Css Color HEX #8540AE Studio

📋 copy color: '#8540AE'

red 133 ◦ green 64 ◦ blue 174

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

Shades of Studio #8540AE

Tints of Studio #8540AE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.25%

 BLUE value IS 174 (68.36% from 255) = 46.9%

R = 35.85%
G = 17.25%
B = 46.9%

CMYK

 C value IS 0.24

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8540AE (or 0x8540AE) is known color: Studio. HEX triplet: 85, 40 and AE. RGB value is (133,64,174). Sum of RGB (Red+Green+Blue) = 133+64+174=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 174 - color contains mainly: blue. Hex color #8540AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8540AE is #7ABF51. Grayscale: #606060. Windows color (decimal): -8044370 or 11419781. OLE color: 11419781.

HSL color Cylindrical-coordinate representation of color #8540AE: hue angle of 277.64º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8540AE is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 133 64 174 -
CMYK 0.24 0.63 0 0.32
HSL 277.64º 0.46% 0.47% -
HSV(B) 277.64º 0.63% 0.68% -
XYZ 19.15 11.71 41.3 -
YUV 97.17 171.36 153.56 -
System Red Green Blue C M Y K H S L
Decimal 133 64 174 0.24 0.63 0 0.32 277.64 0.46 0.47
Hex 85 40 AE 18 3F 0 20 116 2E 2F
Octal 205 100 256 30 77 0 40 426 56 57
Binary 10000101 1000000 10101110 11000 111111 0 100000 100010110 101110 101111

Color Harmonies of #8540AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8540AE

Black with #8540AE

Text Example


Text Example

White with #8540AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8540AE; }

 p { color: rgb(133,64,174); }

 H1.HeaderClassName
 {
   color: #8540AE;
 }
 .AnyTagClassName
 {
   color: #8540AE;
 }
</style>

background-color css

<style>
 a { background-color: #8540AE; }

 a { background-color: rgb(133,64,174); }

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

border-color css

<style>
 span { border-color: #8540AE; }

 span { border-color: rgb(133,64,174); }

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