Html Css Color HEX #81496D Cosmic

📋 copy color: '#81496D'

red 129 ◦ green 73 ◦ blue 109

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

Shades of Cosmic #81496D

Tints of Cosmic #81496D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 35.05%

R = 41.48%
G = 23.47%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#81496D (or 0x81496D) is known color: Cosmic. HEX triplet: 81, 49 and 6D. RGB value is (129,73,109). Sum of RGB (Red+Green+Blue) = 129+73+109=311 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.48% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 129 - color contains mainly: red. Hex color #81496D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81496D is #7EB692. Grayscale: #5D5D5D. Windows color (decimal): -8304275 or 7162241. OLE color: 7162241.

HSL color Cylindrical-coordinate representation of color #81496D: hue angle of 321.43º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #81496D is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 73 109 -
CMYK 0 0.43 0.16 0.49
HSL 321.43º 0.28% 0.4% -
HSV(B) 321.43º 0.43% 0.51% -
XYZ 14.2 10.54 15.75 -
YUV 93.85 136.55 153.07 -
System Red Green Blue C M Y K H S L
Decimal 129 73 109 0 0.43 0.16 0.49 321.43 0.28 0.4
Hex 81 49 6D 0 2B 10 31 141 1C 28
Octal 201 111 155 0 53 20 61 501 34 50
Binary 10000001 1001001 1101101 0 101011 10000 110001 101000001 11100 101000

Color Harmonies of #81496D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81496D

Black with #81496D

Text Example


Text Example

White with #81496D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81496D; }

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

 H1.HeaderClassName
 {
   color: #81496D;
 }
 .AnyTagClassName
 {
   color: #81496D;
 }
</style>

background-color css

<style>
 a { background-color: #81496D; }

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

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

border-color css

<style>
 span { border-color: #81496D; }

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

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