Html Css Color HEX #80416B Cosmic

📋 copy color: '#80416B'

red 128 ◦ green 65 ◦ blue 107

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

Shades of Cosmic #80416B

Tints of Cosmic #80416B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.67%

R = 42.67%
G = 21.67%
B = 35.67%

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

#80416B (or 0x80416B) is known color: Cosmic. HEX triplet: 80, 41 and 6B. RGB value is (128,65,107). Sum of RGB (Red+Green+Blue) = 128+65+107=300 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.67% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 107 (42.19% from 255 or 35.67% from 300); Max value from RGB is 128 - color contains mainly: red. Hex color #80416B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80416B is #7FBE94. Grayscale: #585858. Windows color (decimal): -8371861 or 7029120. OLE color: 7029120.

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

Color convert

RGB 128 65 107 -
CMYK 0 0.49 0.16 0.50
HSL 320º 0.33% 0.38% -
HSV(B) 320º 0.49% 0.5% -
XYZ 13.45 9.43 15.02 -
YUV 88.63 138.37 156.08 -
System Red Green Blue C M Y K H S L
Decimal 128 65 107 0 0.49 0.16 0.50 320 0.33 0.38
Hex 80 41 6B 0 31 10 32 140 21 26
Octal 200 101 153 0 61 20 62 500 41 46
Binary 10000000 1000001 1101011 0 110001 10000 110010 101000000 100001 100110

Color Harmonies of #80416B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80416B

Black with #80416B

Text Example


Text Example

White with #80416B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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