Html Css Color HEX #815366 Cosmic

📋 copy color: '#815366'

red 129 ◦ green 83 ◦ blue 102

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

Shades of Cosmic #815366

Tints of Cosmic #815366

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.43%

 BLUE value IS 102 (40.23% from 255) = 32.48%

R = 41.08%
G = 26.43%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#815366 (or 0x815366) is known color: Cosmic. HEX triplet: 81, 53 and 66. RGB value is (129,83,102). Sum of RGB (Red+Green+Blue) = 129+83+102=314 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.08% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 102 (40.23% from 255 or 32.48% from 314); Max value from RGB is 129 - color contains mainly: red. Hex color #815366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815366 is #7EAC99. Grayscale: #626262. Windows color (decimal): -8301722 or 6706049. OLE color: 6706049.

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

Color convert

RGB 129 83 102 -
CMYK 0 0.36 0.21 0.49
HSL 335.22º 0.22% 0.42% -
HSV(B) 335.22º 0.36% 0.51% -
XYZ 14.54 11.81 14.08 -
YUV 98.92 129.74 149.46 -
System Red Green Blue C M Y K H S L
Decimal 129 83 102 0 0.36 0.21 0.49 335.22 0.22 0.42
Hex 81 53 66 0 24 15 31 14F 16 2A
Octal 201 123 146 0 44 25 61 517 26 52
Binary 10000001 1010011 1100110 0 100100 10101 110001 101001111 10110 101010

Color Harmonies of #815366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815366

Black with #815366

Text Example


Text Example

White with #815366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815366; }

 p { color: rgb(129,83,102); }

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

background-color css

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

 a { background-color: rgb(129,83,102); }

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

border-color css

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

 span { border-color: rgb(129,83,102); }

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