Html Css Color HEX #81519A Studio

📋 copy color: '#81519A'

red 129 ◦ green 81 ◦ blue 154

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

Shades of Studio #81519A

Tints of Studio #81519A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.25%

 BLUE value IS 154 (60.55% from 255) = 42.31%

R = 35.44%
G = 22.25%
B = 42.31%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#81519A (or 0x81519A) is known color: Studio. HEX triplet: 81, 51 and 9A. RGB value is (129,81,154). Sum of RGB (Red+Green+Blue) = 129+81+154=364 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.44% from 364); Green value is 81 (32.03% from 255 or 22.25% from 364); Blue value is 154 (60.55% from 255 or 42.31% from 364); Max value from RGB is 154 - color contains mainly: blue. Hex color #81519A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81519A is #7EAE65. Grayscale: #676767. Windows color (decimal): -8302182 or 10113409. OLE color: 10113409.

HSL color Cylindrical-coordinate representation of color #81519A: hue angle of 279.45º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #81519A is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 129 81 154 -
CMYK 0.16 0.47 0 0.40
HSL 279.45º 0.31% 0.46% -
HSV(B) 279.45º 0.47% 0.6% -
XYZ 17.83 12.89 32.12 -
YUV 103.67 156.4 146.06 -
System Red Green Blue C M Y K H S L
Decimal 129 81 154 0.16 0.47 0 0.40 279.45 0.31 0.46
Hex 81 51 9A 10 2F 0 28 117 1F 2E
Octal 201 121 232 20 57 0 50 427 37 56
Binary 10000001 1010001 10011010 10000 101111 0 101000 100010111 11111 101110

Color Harmonies of #81519A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81519A

Black with #81519A

Text Example


Text Example

White with #81519A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81519A; }

 p { color: rgb(129,81,154); }

 H1.HeaderClassName
 {
   color: #81519A;
 }
 .AnyTagClassName
 {
   color: #81519A;
 }
</style>

background-color css

<style>
 a { background-color: #81519A; }

 a { background-color: rgb(129,81,154); }

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

border-color css

<style>
 span { border-color: #81519A; }

 span { border-color: rgb(129,81,154); }

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