Html Css Color HEX #81499C Studio

📋 copy color: '#81499C'

red 129 ◦ green 73 ◦ blue 156

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

Shades of Studio #81499C

Tints of Studio #81499C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.39%

 BLUE value IS 156 (61.33% from 255) = 43.58%

R = 36.03%
G = 20.39%
B = 43.58%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#81499C (or 0x81499C) is known color: Studio. HEX triplet: 81, 49 and 9C. RGB value is (129,73,156). Sum of RGB (Red+Green+Blue) = 129+73+156=358 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.03% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 156 (61.33% from 255 or 43.58% from 358); Max value from RGB is 156 - color contains mainly: blue. Hex color #81499C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #81499C is #7EB663. Grayscale: #626262. Windows color (decimal): -8304228 or 10242433. OLE color: 10242433.

HSL color Cylindrical-coordinate representation of color #81499C: hue angle of 280.48º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #81499C is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 129 73 156 -
CMYK 0.17 0.53 0 0.39
HSL 280.48º 0.36% 0.45% -
HSV(B) 280.48º 0.53% 0.61% -
XYZ 17.44 11.83 32.82 -
YUV 99.21 160.05 149.25 -
System Red Green Blue C M Y K H S L
Decimal 129 73 156 0.17 0.53 0 0.39 280.48 0.36 0.45
Hex 81 49 9C 11 35 0 27 118 24 2D
Octal 201 111 234 21 65 0 47 430 44 55
Binary 10000001 1001001 10011100 10001 110101 0 100111 100011000 100100 101101

Color Harmonies of #81499C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81499C

Black with #81499C

Text Example


Text Example

White with #81499C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81499C; }

 p { color: rgb(129,73,156); }

 H1.HeaderClassName
 {
   color: #81499C;
 }
 .AnyTagClassName
 {
   color: #81499C;
 }
</style>

background-color css

<style>
 a { background-color: #81499C; }

 a { background-color: rgb(129,73,156); }

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

border-color css

<style>
 span { border-color: #81499C; }

 span { border-color: rgb(129,73,156); }

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