Html Css Color HEX #813863 Cosmic

📋 copy color: '#813863'

red 129 ◦ green 56 ◦ blue 99

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

Shades of Cosmic #813863

Tints of Cosmic #813863

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.72%

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

R = 45.42%
G = 19.72%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#813863 (or 0x813863) is known color: Cosmic. HEX triplet: 81, 38 and 63. RGB value is (129,56,99). Sum of RGB (Red+Green+Blue) = 129+56+99=284 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.42% from 284); Green value is 56 (22.27% from 255 or 19.72% from 284); Blue value is 99 (39.06% from 255 or 34.86% from 284); Max value from RGB is 129 - color contains mainly: red. Hex color #813863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813863 is #7EC79C. Grayscale: #525252. Windows color (decimal): -8308637 or 6502529. OLE color: 6502529.

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

Color convert

RGB 129 56 99 -
CMYK 0 0.57 0.23 0.49
HSL 324.66º 0.39% 0.36% -
HSV(B) 324.66º 0.57% 0.51% -
XYZ 12.72 8.4 12.75 -
YUV 82.73 137.18 161 -
System Red Green Blue C M Y K H S L
Decimal 129 56 99 0 0.57 0.23 0.49 324.66 0.39 0.36
Hex 81 38 63 0 39 17 31 145 27 24
Octal 201 70 143 0 71 27 61 505 47 44
Binary 10000001 111000 1100011 0 111001 10111 110001 101000101 100111 100100

Color Harmonies of #813863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813863

Black with #813863

Text Example


Text Example

White with #813863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813863; }

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

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

background-color css

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

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

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

border-color css

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

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

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