Html Css Color HEX #8555AC Studio

📋 copy color: '#8555AC'

red 133 ◦ green 85 ◦ blue 172

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

Shades of Studio #8555AC

Tints of Studio #8555AC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.79%

 BLUE value IS 172 (67.58% from 255) = 44.1%

R = 34.1%
G = 21.79%
B = 44.1%

CMYK

 C value IS 0.23

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8555AC (or 0x8555AC) is known color: Studio. HEX triplet: 85, 55 and AC. RGB value is (133,85,172). Sum of RGB (Red+Green+Blue) = 133+85+172=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 85 (33.59% from 255 or 21.79% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 172 - color contains mainly: blue. Hex color #8555AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8555AC is #7AAA53. Grayscale: #6C6C6C. Windows color (decimal): -8038996 or 11294085. OLE color: 11294085.

HSL color Cylindrical-coordinate representation of color #8555AC: hue angle of 273.1º degrees, saturation: 0.34, 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 #8555AC is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 85 172 -
CMYK 0.23 0.51 0 0.33
HSL 273.1º 0.34% 0.5% -
HSV(B) 273.1º 0.51% 0.67% -
XYZ 20.37 14.46 40.75 -
YUV 109.27 163.4 144.93 -
System Red Green Blue C M Y K H S L
Decimal 133 85 172 0.23 0.51 0 0.33 273.1 0.34 0.5
Hex 85 55 AC 17 33 0 21 111 22 32
Octal 205 125 254 27 63 0 41 421 42 62
Binary 10000101 1010101 10101100 10111 110011 0 100001 100010001 100010 110010

Color Harmonies of #8555AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8555AC

Black with #8555AC

Text Example


Text Example

White with #8555AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8555AC; }

 p { color: rgb(133,85,172); }

 H1.HeaderClassName
 {
   color: #8555AC;
 }
 .AnyTagClassName
 {
   color: #8555AC;
 }
</style>

background-color css

<style>
 a { background-color: #8555AC; }

 a { background-color: rgb(133,85,172); }

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

border-color css

<style>
 span { border-color: #8555AC; }

 span { border-color: rgb(133,85,172); }

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