Html Css Color HEX #8541AB Studio

📋 copy color: '#8541AB'

red 133 ◦ green 65 ◦ blue 171

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

Shades of Studio #8541AB

Tints of Studio #8541AB

RGB

 RED value IS 133 (52.34% from 255) = 36.04%

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

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

R = 36.04%
G = 17.62%
B = 46.34%

CMYK

 C value IS 0.22

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8541AB (or 0x8541AB) is known color: Studio. HEX triplet: 85, 41 and AB. RGB value is (133,65,171). Sum of RGB (Red+Green+Blue) = 133+65+171=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #8541AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8541AB is #7ABE54. Grayscale: #616161. Windows color (decimal): -8044117 or 11223429. OLE color: 11223429.

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

Color convert

RGB 133 65 171 -
CMYK 0.22 0.62 0 0.33
HSL 278.49º 0.45% 0.46% -
HSV(B) 278.49º 0.62% 0.67% -
XYZ 18.91 11.71 39.79 -
YUV 97.42 169.53 153.38 -
System Red Green Blue C M Y K H S L
Decimal 133 65 171 0.22 0.62 0 0.33 278.49 0.45 0.46
Hex 85 41 AB 16 3E 0 21 116 2D 2E
Octal 205 101 253 26 76 0 41 426 55 56
Binary 10000101 1000001 10101011 10110 111110 0 100001 100010110 101101 101110

Color Harmonies of #8541AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8541AB

Black with #8541AB

Text Example


Text Example

White with #8541AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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