Html Css Color HEX #8150AB Studio

📋 copy color: '#8150AB'

red 129 ◦ green 80 ◦ blue 171

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

Shades of Studio #8150AB

Tints of Studio #8150AB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.05%

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

R = 33.95%
G = 21.05%
B = 45%

CMYK

 C value IS 0.25

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8150AB (or 0x8150AB) is known color: Studio. HEX triplet: 81, 50 and AB. RGB value is (129,80,171). Sum of RGB (Red+Green+Blue) = 129+80+171=380 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.95% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 171 - color contains mainly: blue. Hex color #8150AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8150AB is #7EAF54. Grayscale: #686868. Windows color (decimal): -8302421 or 11227265. OLE color: 11227265.

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

Color convert

RGB 129 80 171 -
CMYK 0.25 0.53 0 0.33
HSL 272.31º 0.36% 0.49% -
HSV(B) 272.31º 0.53% 0.67% -
XYZ 19.27 13.34 40.09 -
YUV 105.03 165.23 145.1 -
System Red Green Blue C M Y K H S L
Decimal 129 80 171 0.25 0.53 0 0.33 272.31 0.36 0.49
Hex 81 50 AB 19 35 0 21 110 24 31
Octal 201 120 253 31 65 0 41 420 44 61
Binary 10000001 1010000 10101011 11001 110101 0 100001 100010000 100100 110001

Color Harmonies of #8150AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8150AB

Black with #8150AB

Text Example


Text Example

White with #8150AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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