Html Css Color HEX #8140AA Studio

📋 copy color: '#8140AA'

red 129 ◦ green 64 ◦ blue 170

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

Shades of Studio #8140AA

Tints of Studio #8140AA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.63%

 BLUE value IS 170 (66.8% from 255) = 46.83%

R = 35.54%
G = 17.63%
B = 46.83%

CMYK

 C value IS 0.24

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8140AA (or 0x8140AA) is known color: Studio. HEX triplet: 81, 40 and AA. RGB value is (129,64,170). Sum of RGB (Red+Green+Blue) = 129+64+170=363 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.54% from 363); Green value is 64 (25.39% from 255 or 17.63% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 170 - color contains mainly: blue. Hex color #8140AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8140AA is #7EBF55. Grayscale: #5F5F5F. Windows color (decimal): -8306518 or 11157633. OLE color: 11157633.

HSL color Cylindrical-coordinate representation of color #8140AA: hue angle of 276.79º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8140AA is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 129 64 170 -
CMYK 0.24 0.62 0 0.33
HSL 276.79º 0.45% 0.46% -
HSV(B) 276.79º 0.62% 0.67% -
XYZ 18.14 11.24 39.24 -
YUV 95.52 170.03 151.88 -
System Red Green Blue C M Y K H S L
Decimal 129 64 170 0.24 0.62 0 0.33 276.79 0.45 0.46
Hex 81 40 AA 18 3E 0 21 115 2D 2E
Octal 201 100 252 30 76 0 41 425 55 56
Binary 10000001 1000000 10101010 11000 111110 0 100001 100010101 101101 101110

Color Harmonies of #8140AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8140AA

Black with #8140AA

Text Example


Text Example

White with #8140AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8140AA; }

 p { color: rgb(129,64,170); }

 H1.HeaderClassName
 {
   color: #8140AA;
 }
 .AnyTagClassName
 {
   color: #8140AA;
 }
</style>

background-color css

<style>
 a { background-color: #8140AA; }

 a { background-color: rgb(129,64,170); }

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

border-color css

<style>
 span { border-color: #8140AA; }

 span { border-color: rgb(129,64,170); }

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