Html Css Color HEX #8749AA Studio

📋 copy color: '#8749AA'

red 135 ◦ green 73 ◦ blue 170

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

Shades of Studio #8749AA

Tints of Studio #8749AA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.31%

 BLUE value IS 170 (66.8% from 255) = 44.97%

R = 35.71%
G = 19.31%
B = 44.97%

CMYK

 C value IS 0.21

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8749AA (or 0x8749AA) is known color: Studio. HEX triplet: 87, 49 and AA. RGB value is (135,73,170). Sum of RGB (Red+Green+Blue) = 135+73+170=378 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.71% from 378); Green value is 73 (28.91% from 255 or 19.31% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #8749AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8749AA is #78B655. Grayscale: #666666. Windows color (decimal): -7910998 or 11159943. OLE color: 11159943.

HSL color Cylindrical-coordinate representation of color #8749AA: hue angle of 278.35º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8749AA is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 135 73 170 -
CMYK 0.21 0.57 0 0.33
HSL 278.35º 0.4% 0.48% -
HSV(B) 278.35º 0.57% 0.67% -
XYZ 19.63 12.82 39.47 -
YUV 102.6 166.04 151.11 -
System Red Green Blue C M Y K H S L
Decimal 135 73 170 0.21 0.57 0 0.33 278.35 0.4 0.48
Hex 87 49 AA 15 39 0 21 116 28 30
Octal 207 111 252 25 71 0 41 426 50 60
Binary 10000111 1001001 10101010 10101 111001 0 100001 100010110 101000 110000

Color Harmonies of #8749AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8749AA

Black with #8749AA

Text Example


Text Example

White with #8749AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8749AA; }

 p { color: rgb(135,73,170); }

 H1.HeaderClassName
 {
   color: #8749AA;
 }
 .AnyTagClassName
 {
   color: #8749AA;
 }
</style>

background-color css

<style>
 a { background-color: #8749AA; }

 a { background-color: rgb(135,73,170); }

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

border-color css

<style>
 span { border-color: #8749AA; }

 span { border-color: rgb(135,73,170); }

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