Html Css Color HEX #8558A7 Studio

📋 copy color: '#8558A7'

red 133 ◦ green 88 ◦ blue 167

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

Shades of Studio #8558A7

Tints of Studio #8558A7

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.68%

 BLUE value IS 167 (65.63% from 255) = 43.04%

R = 34.28%
G = 22.68%
B = 43.04%

CMYK

 C value IS 0.20

 M value IS 0.47

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#8558A7 (or 0x8558A7) is known color: Studio. HEX triplet: 85, 58 and A7. RGB value is (133,88,167). Sum of RGB (Red+Green+Blue) = 133+88+167=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 88 (34.77% from 255 or 22.68% from 388); Blue value is 167 (65.62% from 255 or 43.04% from 388); Max value from RGB is 167 - color contains mainly: blue. Hex color #8558A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8558A7 is #7AA758. Grayscale: #6E6E6E. Windows color (decimal): -8038233 or 10967173. OLE color: 10967173.

HSL color Cylindrical-coordinate representation of color #8558A7: hue angle of 274.18º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8558A7 is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 133 88 167 -
CMYK 0.20 0.47 0 0.35
HSL 274.18º 0.31% 0.5% -
HSV(B) 274.18º 0.47% 0.65% -
XYZ 20.14 14.76 38.35 -
YUV 110.46 159.91 144.08 -
System Red Green Blue C M Y K H S L
Decimal 133 88 167 0.20 0.47 0 0.35 274.18 0.31 0.5
Hex 85 58 A7 14 2F 0 23 112 1F 32
Octal 205 130 247 24 57 0 43 422 37 62
Binary 10000101 1011000 10100111 10100 101111 0 100011 100010010 11111 110010

Color Harmonies of #8558A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8558A7

Black with #8558A7

Text Example


Text Example

White with #8558A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8558A7; }

 p { color: rgb(133,88,167); }

 H1.HeaderClassName
 {
   color: #8558A7;
 }
 .AnyTagClassName
 {
   color: #8558A7;
 }
</style>

background-color css

<style>
 a { background-color: #8558A7; }

 a { background-color: rgb(133,88,167); }

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

border-color css

<style>
 span { border-color: #8558A7; }

 span { border-color: rgb(133,88,167); }

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