Html Css Color HEX #8058AD Studio

📋 copy color: '#8058AD'

red 128 ◦ green 88 ◦ blue 173

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

Shades of Studio #8058AD

Tints of Studio #8058AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.47%

R = 32.9%
G = 22.62%
B = 44.47%

CMYK

 C value IS 0.26

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8058AD (or 0x8058AD) is known color: Studio. HEX triplet: 80, 58 and AD. RGB value is (128,88,173). Sum of RGB (Red+Green+Blue) = 128+88+173=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 88 (34.77% from 255 or 22.62% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 173 - color contains mainly: blue. Hex color #8058AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8058AD is #7FA752. Grayscale: #6D6D6D. Windows color (decimal): -8365907 or 11360384. OLE color: 11360384.

HSL color Cylindrical-coordinate representation of color #8058AD: hue angle of 268.24º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8058AD is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 128 88 173 -
CMYK 0.26 0.49 0 0.32
HSL 268.24º 0.34% 0.51% -
HSV(B) 268.24º 0.49% 0.68% -
XYZ 19.93 14.59 41.3 -
YUV 109.65 163.75 141.09 -
System Red Green Blue C M Y K H S L
Decimal 128 88 173 0.26 0.49 0 0.32 268.24 0.34 0.51
Hex 80 58 AD 1A 31 0 20 10C 22 33
Octal 200 130 255 32 61 0 40 414 42 63
Binary 10000000 1011000 10101101 11010 110001 0 100000 100001100 100010 110011

Color Harmonies of #8058AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8058AD

Black with #8058AD

Text Example


Text Example

White with #8058AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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