Html Css Color HEX #80416F Cosmic

📋 copy color: '#80416F'

red 128 ◦ green 65 ◦ blue 111

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

Shades of Cosmic #80416F

Tints of Cosmic #80416F

RGB

 RED value IS 128 (50.39% from 255) = 42.11%

 GREEN value IS 65 (25.78% from 255) = 21.38%

 BLUE value IS 111 (43.75% from 255) = 36.51%

R = 42.11%
G = 21.38%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#80416F (or 0x80416F) is known color: Cosmic. HEX triplet: 80, 41 and 6F. RGB value is (128,65,111). Sum of RGB (Red+Green+Blue) = 128+65+111=304 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.11% from 304); Green value is 65 (25.78% from 255 or 21.38% from 304); Blue value is 111 (43.75% from 255 or 36.51% from 304); Max value from RGB is 128 - color contains mainly: red. Hex color #80416F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80416F is #7FBE90. Grayscale: #585858. Windows color (decimal): -8371857 or 7291264. OLE color: 7291264.

HSL color Cylindrical-coordinate representation of color #80416F: hue angle of 316.19º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80416F is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 65 111 -
CMYK 0 0.49 0.13 0.50
HSL 316.19º 0.33% 0.38% -
HSV(B) 316.19º 0.49% 0.5% -
XYZ 13.66 9.52 16.16 -
YUV 89.08 140.37 155.76 -
System Red Green Blue C M Y K H S L
Decimal 128 65 111 0 0.49 0.13 0.50 316.19 0.33 0.38
Hex 80 41 6F 0 31 D 32 13C 21 26
Octal 200 101 157 0 61 15 62 474 41 46
Binary 10000000 1000001 1101111 0 110001 1101 110010 100111100 100001 100110

Color Harmonies of #80416F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80416F

Black with #80416F

Text Example


Text Example

White with #80416F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80416F; }

 p { color: rgb(128,65,111); }

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

background-color css

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

 a { background-color: rgb(128,65,111); }

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

border-color css

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

 span { border-color: rgb(128,65,111); }

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