Html Css Color HEX #8647AB Studio

📋 copy color: '#8647AB'

red 134 ◦ green 71 ◦ blue 171

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

Shades of Studio #8647AB

Tints of Studio #8647AB

RGB

 RED value IS 134 (52.73% from 255) = 35.64%

 GREEN value IS 71 (28.13% from 255) = 18.88%

 BLUE value IS 171 (67.19% from 255) = 45.48%

R = 35.64%
G = 18.88%
B = 45.48%

CMYK

 C value IS 0.22

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8647AB (or 0x8647AB) is known color: Studio. HEX triplet: 86, 47 and AB. RGB value is (134,71,171). Sum of RGB (Red+Green+Blue) = 134+71+171=376 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.64% from 376); Green value is 71 (28.12% from 255 or 18.88% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: blue. Hex color #8647AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8647AB is #79B854. Grayscale: #646464. Windows color (decimal): -7977045 or 11224966. OLE color: 11224966.

HSL color Cylindrical-coordinate representation of color #8647AB: hue angle of 277.8º degrees, saturation: 0.41, 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 #8647AB is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 134 71 171 -
CMYK 0.22 0.58 0 0.33
HSL 277.8º 0.41% 0.47% -
HSV(B) 277.8º 0.58% 0.67% -
XYZ 19.44 12.52 39.92 -
YUV 101.24 167.37 151.37 -
System Red Green Blue C M Y K H S L
Decimal 134 71 171 0.22 0.58 0 0.33 277.8 0.41 0.47
Hex 86 47 AB 16 3A 0 21 116 29 2F
Octal 206 107 253 26 72 0 41 426 51 57
Binary 10000110 1000111 10101011 10110 111010 0 100001 100010110 101001 101111

Color Harmonies of #8647AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8647AB

Black with #8647AB

Text Example


Text Example

White with #8647AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8647AB; }

 p { color: rgb(134,71,171); }

 H1.HeaderClassName
 {
   color: #8647AB;
 }
 .AnyTagClassName
 {
   color: #8647AB;
 }
</style>

background-color css

<style>
 a { background-color: #8647AB; }

 a { background-color: rgb(134,71,171); }

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

border-color css

<style>
 span { border-color: #8647AB; }

 span { border-color: rgb(134,71,171); }

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