Html Css Color HEX #8740AC Studio

📋 copy color: '#8740AC'

red 135 ◦ green 64 ◦ blue 172

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

Shades of Studio #8740AC

Tints of Studio #8740AC

RGB

 RED value IS 135 (53.13% from 255) = 36.39%

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

 BLUE value IS 172 (67.58% from 255) = 46.36%

R = 36.39%
G = 17.25%
B = 46.36%

CMYK

 C value IS 0.22

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8740AC (or 0x8740AC) is known color: Studio. HEX triplet: 87, 40 and AC. RGB value is (135,64,172). Sum of RGB (Red+Green+Blue) = 135+64+172=371 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.39% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #8740AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8740AC is #78BF53. Grayscale: #616161. Windows color (decimal): -7913300 or 11288711. OLE color: 11288711.

HSL color Cylindrical-coordinate representation of color #8740AC: hue angle of 279.44º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8740AC is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 135 64 172 -
CMYK 0.22 0.63 0 0.33
HSL 279.44º 0.46% 0.46% -
HSV(B) 279.44º 0.63% 0.67% -
XYZ 19.27 11.8 40.29 -
YUV 97.54 170.02 154.72 -
System Red Green Blue C M Y K H S L
Decimal 135 64 172 0.22 0.63 0 0.33 279.44 0.46 0.46
Hex 87 40 AC 16 3F 0 21 117 2E 2E
Octal 207 100 254 26 77 0 41 427 56 56
Binary 10000111 1000000 10101100 10110 111111 0 100001 100010111 101110 101110

Color Harmonies of #8740AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8740AC

Black with #8740AC

Text Example


Text Example

White with #8740AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8740AC; }

 p { color: rgb(135,64,172); }

 H1.HeaderClassName
 {
   color: #8740AC;
 }
 .AnyTagClassName
 {
   color: #8740AC;
 }
</style>

background-color css

<style>
 a { background-color: #8740AC; }

 a { background-color: rgb(135,64,172); }

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

border-color css

<style>
 span { border-color: #8740AC; }

 span { border-color: rgb(135,64,172); }

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