Html Css Color HEX #81496B Cosmic

📋 copy color: '#81496B'

red 129 ◦ green 73 ◦ blue 107

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

Shades of Cosmic #81496B

Tints of Cosmic #81496B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.63%

R = 41.75%
G = 23.62%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#81496B (or 0x81496B) is known color: Cosmic. HEX triplet: 81, 49 and 6B. RGB value is (129,73,107). Sum of RGB (Red+Green+Blue) = 129+73+107=309 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.75% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 129 - color contains mainly: red. Hex color #81496B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81496B is #7EB694. Grayscale: #5D5D5D. Windows color (decimal): -8304277 or 7031169. OLE color: 7031169.

HSL color Cylindrical-coordinate representation of color #81496B: hue angle of 323.57º 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 #81496B is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 73 107 -
CMYK 0 0.43 0.17 0.49
HSL 323.57º 0.28% 0.4% -
HSV(B) 323.57º 0.43% 0.51% -
XYZ 14.09 10.49 15.19 -
YUV 93.62 135.55 153.24 -
System Red Green Blue C M Y K H S L
Decimal 129 73 107 0 0.43 0.17 0.49 323.57 0.28 0.4
Hex 81 49 6B 0 2B 11 31 144 1C 28
Octal 201 111 153 0 53 21 61 504 34 50
Binary 10000001 1001001 1101011 0 101011 10001 110001 101000100 11100 101000

Color Harmonies of #81496B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81496B

Black with #81496B

Text Example


Text Example

White with #81496B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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