Html Css Color HEX #8058AB Studio

📋 copy color: '#8058AB'

red 128 ◦ green 88 ◦ blue 171

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

Shades of Studio #8058AB

Tints of Studio #8058AB

RGB

 RED value IS 128 (50.39% from 255) = 33.07%

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

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

R = 33.07%
G = 22.74%
B = 44.19%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8058AB (or 0x8058AB) is known color: Studio. HEX triplet: 80, 58 and AB. RGB value is (128,88,171). Sum of RGB (Red+Green+Blue) = 128+88+171=387 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.07% from 387); Green value is 88 (34.77% from 255 or 22.74% 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 #8058AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8058AB is #7FA754. Grayscale: #6D6D6D. Windows color (decimal): -8365909 or 11229312. OLE color: 11229312.

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

Color convert

RGB 128 88 171 -
CMYK 0.25 0.49 0 0.33
HSL 268.92º 0.33% 0.51% -
HSV(B) 268.92º 0.49% 0.67% -
XYZ 19.74 14.51 40.29 -
YUV 109.42 162.75 141.25 -
System Red Green Blue C M Y K H S L
Decimal 128 88 171 0.25 0.49 0 0.33 268.92 0.33 0.51
Hex 80 58 AB 19 31 0 21 10D 21 33
Octal 200 130 253 31 61 0 41 415 41 63
Binary 10000000 1011000 10101011 11001 110001 0 100001 100001101 100001 110011

Color Harmonies of #8058AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8058AB

Black with #8058AB

Text Example


Text Example

White with #8058AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,88,171); }

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

background-color css

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

 a { background-color: rgb(128,88,171); }

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

border-color css

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

 span { border-color: rgb(128,88,171); }

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