Html Css Color HEX #8741AB Studio

📋 copy color: '#8741AB'

red 135 ◦ green 65 ◦ blue 171

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

Shades of Studio #8741AB

Tints of Studio #8741AB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.52%

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

R = 36.39%
G = 17.52%
B = 46.09%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8741AB (or 0x8741AB) is known color: Studio. HEX triplet: 87, 41 and AB. RGB value is (135,65,171). Sum of RGB (Red+Green+Blue) = 135+65+171=371 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.39% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #8741AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8741AB is #78BE54. Grayscale: #616161. Windows color (decimal): -7913045 or 11223431. OLE color: 11223431.

HSL color Cylindrical-coordinate representation of color #8741AB: hue angle of 279.62º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8741AB is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 135 65 171 -
CMYK 0.21 0.62 0 0.33
HSL 279.62º 0.45% 0.46% -
HSV(B) 279.62º 0.62% 0.67% -
XYZ 19.23 11.87 39.81 -
YUV 98.01 169.19 154.38 -
System Red Green Blue C M Y K H S L
Decimal 135 65 171 0.21 0.62 0 0.33 279.62 0.45 0.46
Hex 87 41 AB 15 3E 0 21 118 2D 2E
Octal 207 101 253 25 76 0 41 430 55 56
Binary 10000111 1000001 10101011 10101 111110 0 100001 100011000 101101 101110

Color Harmonies of #8741AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8741AB

Black with #8741AB

Text Example


Text Example

White with #8741AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,65,171); }

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

background-color css

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

 a { background-color: rgb(135,65,171); }

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

border-color css

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

 span { border-color: rgb(135,65,171); }

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