#813969

Color #813969 Cosmic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic #813969

Tints of Cosmic #813969

Color information

#813969 (or 0x813969) is unknown color: approx Cosmic. HEX triplet: 81, 39 and 69. RGB value is (129,57,105). Sum of RGB (Red+Green+Blue) = 129+57+105=291 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.33% from 291); Green value is 57 (22.66% from 255 or 19.59% from 291); Blue value is 105 (41.41% from 255 or 36.08% from 291); Max value from RGB is 129 - color contains mainly: red. Hex color #813969 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813969 is #7EC696. Grayscale: #535353. Windows color (decimal): -8308375 or 6896001. OLE color: 6896001.

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

Color convert

RGB12957105-
CMYK00.560.190.49
HSL320º38.71%36.47%-
HSV(B)320º55.81%50.59%-
XYZ13.078.6114.34-
YUV84139.85160.1-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.33%
GREEN value IS 57 (22.66% from 255) = 19.59%
BLUE value IS 105 (41.41% from 255) = 36.08%
R=44.33%
G=19.59%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1295710500.560.190.4932038.7136.47
Hex81396903813311402724
Octal2017115107023615004744
Binary100000011110011101001011100010011110001101000000100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813969; }

 p { color: rgb(129,57,105); }

 H1.HeaderClassName
 {
   color: #813969;
 }
 .AnyTagClassName
 {
   color: #813969;
 }
</style>
background-color css

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

 a { background-color: rgb(129,57,105); }

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

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

 span { border-color: rgb(129,57,105); }

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