Html Css Color HEX #8155AD Studio

📋 copy color: '#8155AD'

red 129 ◦ green 85 ◦ blue 173

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

Shades of Studio #8155AD

Tints of Studio #8155AD

RGB

 RED value IS 129 (50.78% from 255) = 33.33%

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

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

R = 33.33%
G = 21.96%
B = 44.7%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8155AD (or 0x8155AD) is known color: Studio. HEX triplet: 81, 55 and AD. RGB value is (129,85,173). Sum of RGB (Red+Green+Blue) = 129+85+173=387 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.33% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 173 - color contains mainly: blue. Hex color #8155AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8155AD is #7EAA52. Grayscale: #6B6B6B. Windows color (decimal): -8301139 or 11359617. OLE color: 11359617.

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

Color convert

RGB 129 85 173 -
CMYK 0.25 0.51 0 0.32
HSL 270º 0.35% 0.51% -
HSV(B) 270º 0.51% 0.68% -
XYZ 19.84 14.18 41.23 -
YUV 108.19 164.58 142.84 -
System Red Green Blue C M Y K H S L
Decimal 129 85 173 0.25 0.51 0 0.32 270 0.35 0.51
Hex 81 55 AD 19 33 0 20 10E 23 33
Octal 201 125 255 31 63 0 40 416 43 63
Binary 10000001 1010101 10101101 11001 110011 0 100000 100001110 100011 110011

Color Harmonies of #8155AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8155AD

Black with #8155AD

Text Example


Text Example

White with #8155AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,85,173); }

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

background-color css

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

 a { background-color: rgb(129,85,173); }

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

border-color css

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

 span { border-color: rgb(129,85,173); }

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