Html Css Color HEX #80416C Cosmic

📋 copy color: '#80416C'

red 128 ◦ green 65 ◦ blue 108

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

Shades of Cosmic #80416C

Tints of Cosmic #80416C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.88%

R = 42.52%
G = 21.59%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#80416C (or 0x80416C) is known color: Cosmic. HEX triplet: 80, 41 and 6C. RGB value is (128,65,108). Sum of RGB (Red+Green+Blue) = 128+65+108=301 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.52% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 128 - color contains mainly: red. Hex color #80416C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80416C is #7FBE93. Grayscale: #585858. Windows color (decimal): -8371860 or 7094656. OLE color: 7094656.

HSL color Cylindrical-coordinate representation of color #80416C: hue angle of 319.05º 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 #80416C is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 65 108 -
CMYK 0 0.49 0.16 0.50
HSL 319.05º 0.33% 0.38% -
HSV(B) 319.05º 0.49% 0.5% -
XYZ 13.5 9.45 15.3 -
YUV 88.74 138.87 156 -
System Red Green Blue C M Y K H S L
Decimal 128 65 108 0 0.49 0.16 0.50 319.05 0.33 0.38
Hex 80 41 6C 0 31 10 32 13F 21 26
Octal 200 101 154 0 61 20 62 477 41 46
Binary 10000000 1000001 1101100 0 110001 10000 110010 100111111 100001 100110

Color Harmonies of #80416C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80416C

Black with #80416C

Text Example


Text Example

White with #80416C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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