Html Css Color HEX #8140AB Studio

📋 copy color: '#8140AB'

red 129 ◦ green 64 ◦ blue 171

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

Shades of Studio #8140AB

Tints of Studio #8140AB

RGB

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

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

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

R = 35.44%
G = 17.58%
B = 46.98%

CMYK

 C value IS 0.25

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8140AB (or 0x8140AB) is known color: Studio. HEX triplet: 81, 40 and AB. RGB value is (129,64,171). Sum of RGB (Red+Green+Blue) = 129+64+171=364 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.44% from 364); Green value is 64 (25.39% from 255 or 17.58% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 171 - color contains mainly: blue. Hex color #8140AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8140AB is #7EBF54. Grayscale: #5F5F5F. Windows color (decimal): -8306517 or 11223169. OLE color: 11223169.

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

Color convert

RGB 129 64 171 -
CMYK 0.25 0.63 0 0.33
HSL 276.45º 0.46% 0.46% -
HSV(B) 276.45º 0.63% 0.67% -
XYZ 18.24 11.27 39.74 -
YUV 95.63 170.53 151.8 -
System Red Green Blue C M Y K H S L
Decimal 129 64 171 0.25 0.63 0 0.33 276.45 0.46 0.46
Hex 81 40 AB 19 3F 0 21 114 2E 2E
Octal 201 100 253 31 77 0 41 424 56 56
Binary 10000001 1000000 10101011 11001 111111 0 100001 100010100 101110 101110

Color Harmonies of #8140AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8140AB

Black with #8140AB

Text Example


Text Example

White with #8140AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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