Html Css Color HEX #814165 Cosmic

📋 copy color: '#814165'

red 129 ◦ green 65 ◦ blue 101

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

Shades of Cosmic #814165

Tints of Cosmic #814165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 34.24%

R = 43.73%
G = 22.03%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#814165 (or 0x814165) is known color: Cosmic. HEX triplet: 81, 41 and 65. RGB value is (129,65,101). Sum of RGB (Red+Green+Blue) = 129+65+101=295 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.73% from 295); Green value is 65 (25.78% from 255 or 22.03% from 295); Blue value is 101 (39.84% from 255 or 34.24% from 295); Max value from RGB is 129 - color contains mainly: red. Hex color #814165 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814165 is #7EBE9A. Grayscale: #585858. Windows color (decimal): -8306331 or 6635905. OLE color: 6635905.

HSL color Cylindrical-coordinate representation of color #814165: hue angle of 326.25º 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 #814165 is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 65 101 -
CMYK 0 0.50 0.22 0.49
HSL 326.25º 0.33% 0.38% -
HSV(B) 326.25º 0.5% 0.51% -
XYZ 13.29 9.39 13.42 -
YUV 88.24 135.2 157.07 -
System Red Green Blue C M Y K H S L
Decimal 129 65 101 0 0.50 0.22 0.49 326.25 0.33 0.38
Hex 81 41 65 0 32 16 31 146 21 26
Octal 201 101 145 0 62 26 61 506 41 46
Binary 10000001 1000001 1100101 0 110010 10110 110001 101000110 100001 100110

Color Harmonies of #814165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814165

Black with #814165

Text Example


Text Example

White with #814165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814165; }

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

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

background-color css

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

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

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

border-color css

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

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

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