Html Css Color HEX #8748AA Studio

📋 copy color: '#8748AA'

red 135 ◦ green 72 ◦ blue 170

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

Shades of Studio #8748AA

Tints of Studio #8748AA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.1%

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

R = 35.81%
G = 19.1%
B = 45.09%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8748AA (or 0x8748AA) is known color: Studio. HEX triplet: 87, 48 and AA. RGB value is (135,72,170). Sum of RGB (Red+Green+Blue) = 135+72+170=377 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.81% from 377); Green value is 72 (28.52% from 255 or 19.10% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 170 - color contains mainly: blue. Hex color #8748AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8748AA is #78B755. Grayscale: #656565. Windows color (decimal): -7911254 or 11159687. OLE color: 11159687.

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

Color convert

RGB 135 72 170 -
CMYK 0.21 0.58 0 0.33
HSL 278.57º 0.4% 0.47% -
HSV(B) 278.57º 0.58% 0.67% -
XYZ 19.56 12.69 39.45 -
YUV 102.01 166.37 151.53 -
System Red Green Blue C M Y K H S L
Decimal 135 72 170 0.21 0.58 0 0.33 278.57 0.4 0.47
Hex 87 48 AA 15 3A 0 21 117 28 2F
Octal 207 110 252 25 72 0 41 427 50 57
Binary 10000111 1001000 10101010 10101 111010 0 100001 100010111 101000 101111

Color Harmonies of #8748AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8748AA

Black with #8748AA

Text Example


Text Example

White with #8748AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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