Html Css Color HEX #814868 Cosmic

📋 copy color: '#814868'

red 129 ◦ green 72 ◦ blue 104

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

Shades of Cosmic #814868

Tints of Cosmic #814868

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.61%

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

R = 42.3%
G = 23.61%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#814868 (or 0x814868) is known color: Cosmic. HEX triplet: 81, 48 and 68. RGB value is (129,72,104). Sum of RGB (Red+Green+Blue) = 129+72+104=305 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.30% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 129 - color contains mainly: red. Hex color #814868 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814868 is #7EB797. Grayscale: #5C5C5C. Windows color (decimal): -8304536 or 6834305. OLE color: 6834305.

HSL color Cylindrical-coordinate representation of color #814868: hue angle of 326.32º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #814868 is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 72 104 -
CMYK 0 0.44 0.19 0.49
HSL 326.32º 0.28% 0.39% -
HSV(B) 326.32º 0.44% 0.51% -
XYZ 13.87 10.3 14.35 -
YUV 92.69 134.38 153.9 -
System Red Green Blue C M Y K H S L
Decimal 129 72 104 0 0.44 0.19 0.49 326.32 0.28 0.39
Hex 81 48 68 0 2C 13 31 146 1C 27
Octal 201 110 150 0 54 23 61 506 34 47
Binary 10000001 1001000 1101000 0 101100 10011 110001 101000110 11100 100111

Color Harmonies of #814868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814868

Black with #814868

Text Example


Text Example

White with #814868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814868; }

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

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

background-color css

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

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

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

border-color css

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

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

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