Html Css Color HEX #8137AD Studio

📋 copy color: '#8137AD'

red 129 ◦ green 55 ◦ blue 173

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

Shades of Studio #8137AD

Tints of Studio #8137AD

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.41%

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

R = 36.13%
G = 15.41%
B = 48.46%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8137AD (or 0x8137AD) is known color: Studio. HEX triplet: 81, 37 and AD. RGB value is (129,55,173). Sum of RGB (Red+Green+Blue) = 129+55+173=357 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.13% from 357); Green value is 55 (21.88% from 255 or 15.41% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 173 - color contains mainly: blue. Hex color #8137AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8137AD is #7EC852. Grayscale: #5A5A5A. Windows color (decimal): -8308819 or 11351937. OLE color: 11351937.

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

Color convert

RGB 129 55 173 -
CMYK 0.25 0.68 0 0.32
HSL 277.63º 0.52% 0.45% -
HSV(B) 277.63º 0.68% 0.68% -
XYZ 17.96 10.42 40.6 -
YUV 90.58 174.52 155.41 -
System Red Green Blue C M Y K H S L
Decimal 129 55 173 0.25 0.68 0 0.32 277.63 0.52 0.45
Hex 81 37 AD 19 44 0 20 116 34 2D
Octal 201 67 255 31 104 0 40 426 64 55
Binary 10000001 110111 10101101 11001 1000100 0 100000 100010110 110100 101101

Color Harmonies of #8137AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8137AD

Black with #8137AD

Text Example


Text Example

White with #8137AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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