Html Css Color HEX #8553AB Studio

📋 copy color: '#8553AB'

red 133 ◦ green 83 ◦ blue 171

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

Shades of Studio #8553AB

Tints of Studio #8553AB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.45%

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

R = 34.37%
G = 21.45%
B = 44.19%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8553AB (or 0x8553AB) is known color: Studio. HEX triplet: 85, 53 and AB. RGB value is (133,83,171). Sum of RGB (Red+Green+Blue) = 133+83+171=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 83 (32.81% from 255 or 21.45% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #8553AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8553AB is #7AAC54. Grayscale: #6B6B6B. Windows color (decimal): -8039509 or 11228037. OLE color: 11228037.

HSL color Cylindrical-coordinate representation of color #8553AB: hue angle of 274.09º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8553AB is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 83 171 -
CMYK 0.22 0.51 0 0.33
HSL 274.09º 0.35% 0.5% -
HSV(B) 274.09º 0.51% 0.67% -
XYZ 20.12 14.11 40.19 -
YUV 107.98 163.57 145.84 -
System Red Green Blue C M Y K H S L
Decimal 133 83 171 0.22 0.51 0 0.33 274.09 0.35 0.5
Hex 85 53 AB 16 33 0 21 112 23 32
Octal 205 123 253 26 63 0 41 422 43 62
Binary 10000101 1010011 10101011 10110 110011 0 100001 100010010 100011 110010

Color Harmonies of #8553AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8553AB

Black with #8553AB

Text Example


Text Example

White with #8553AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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