Html Css Color HEX #814163 Cosmic

📋 copy color: '#814163'

red 129 ◦ green 65 ◦ blue 99

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

Shades of Cosmic #814163

Tints of Cosmic #814163

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.18%

 BLUE value IS 99 (39.06% from 255) = 33.79%

R = 44.03%
G = 22.18%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#814163 (or 0x814163) is known color: Cosmic. HEX triplet: 81, 41 and 63. RGB value is (129,65,99). Sum of RGB (Red+Green+Blue) = 129+65+99=293 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.03% from 293); Green value is 65 (25.78% from 255 or 22.18% from 293); Blue value is 99 (39.06% from 255 or 33.79% from 293); Max value from RGB is 129 - color contains mainly: red. Hex color #814163 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814163 is #7EBE9C. Grayscale: #575757. Windows color (decimal): -8306333 or 6504833. OLE color: 6504833.

HSL color Cylindrical-coordinate representation of color #814163: hue angle of 328.12º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #814163 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 65 99 -
CMYK 0 0.50 0.23 0.49
HSL 328.13º 0.33% 0.38% -
HSV(B) 328.13º 0.5% 0.51% -
XYZ 13.2 9.35 12.91 -
YUV 88.01 134.2 157.24 -
System Red Green Blue C M Y K H S L
Decimal 129 65 99 0 0.50 0.23 0.49 328.13 0.33 0.38
Hex 81 41 63 0 32 17 31 148 21 26
Octal 201 101 143 0 62 27 61 510 41 46
Binary 10000001 1000001 1100011 0 110010 10111 110001 101001000 100001 100110

Color Harmonies of #814163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814163

Black with #814163

Text Example


Text Example

White with #814163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814163; }

 p { color: rgb(129,65,99); }

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

background-color css

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

 a { background-color: rgb(129,65,99); }

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

border-color css

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

 span { border-color: rgb(129,65,99); }

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