Html Css Color HEX #814168 Cosmic

📋 copy color: '#814168'

red 129 ◦ green 65 ◦ blue 104

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

Shades of Cosmic #814168

Tints of Cosmic #814168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.9%

R = 43.29%
G = 21.81%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#814168 (or 0x814168) is known color: Cosmic. HEX triplet: 81, 41 and 68. RGB value is (129,65,104). Sum of RGB (Red+Green+Blue) = 129+65+104=298 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.29% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 129 - color contains mainly: red. Hex color #814168 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814168 is #7EBE97. Grayscale: #585858. Windows color (decimal): -8306328 or 6832513. OLE color: 6832513.

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

Color convert

RGB 129 65 104 -
CMYK 0 0.50 0.19 0.49
HSL 323.44º 0.33% 0.38% -
HSV(B) 323.44º 0.5% 0.51% -
XYZ 13.44 9.45 14.21 -
YUV 88.58 136.7 156.83 -
System Red Green Blue C M Y K H S L
Decimal 129 65 104 0 0.50 0.19 0.49 323.44 0.33 0.38
Hex 81 41 68 0 32 13 31 143 21 26
Octal 201 101 150 0 62 23 61 503 41 46
Binary 10000001 1000001 1101000 0 110010 10011 110001 101000011 100001 100110

Color Harmonies of #814168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814168

Black with #814168

Text Example


Text Example

White with #814168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814168; }

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

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

background-color css

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

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

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

border-color css

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

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

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