Html Css Color HEX #814863 Cosmic

📋 copy color: '#814863'

red 129 ◦ green 72 ◦ blue 99

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

Shades of Cosmic #814863

Tints of Cosmic #814863

RGB

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

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

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

R = 43%
G = 24%
B = 33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#814863 (or 0x814863) is known color: Cosmic. HEX triplet: 81, 48 and 63. RGB value is (129,72,99). Sum of RGB (Red+Green+Blue) = 129+72+99=300 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 129 - color contains mainly: red. Hex color #814863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814863 is #7EB79C. Grayscale: #5C5C5C. Windows color (decimal): -8304541 or 6506625. OLE color: 6506625.

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

Color convert

RGB 129 72 99 -
CMYK 0 0.44 0.23 0.49
HSL 331.58º 0.28% 0.39% -
HSV(B) 331.58º 0.44% 0.51% -
XYZ 13.62 10.2 13.06 -
YUV 92.12 131.88 154.3 -
System Red Green Blue C M Y K H S L
Decimal 129 72 99 0 0.44 0.23 0.49 331.58 0.28 0.39
Hex 81 48 63 0 2C 17 31 14C 1C 27
Octal 201 110 143 0 54 27 61 514 34 47
Binary 10000001 1001000 1100011 0 101100 10111 110001 101001100 11100 100111

Color Harmonies of #814863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814863

Black with #814863

Text Example


Text Example

White with #814863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814863; }

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

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

background-color css

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

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

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

border-color css

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

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

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