Html Css Color HEX #80446F Cosmic

📋 copy color: '#80446F'

red 128 ◦ green 68 ◦ blue 111

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

Shades of Cosmic #80446F

Tints of Cosmic #80446F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.15%

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

R = 41.69%
G = 22.15%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#80446F (or 0x80446F) is known color: Cosmic. HEX triplet: 80, 44 and 6F. RGB value is (128,68,111). Sum of RGB (Red+Green+Blue) = 128+68+111=307 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.69% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 111 (43.75% from 255 or 36.16% from 307); Max value from RGB is 128 - color contains mainly: red. Hex color #80446F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80446F is #7FBB90. Grayscale: #5A5A5A. Windows color (decimal): -8371089 or 7292032. OLE color: 7292032.

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

Color convert

RGB 128 68 111 -
CMYK 0 0.47 0.13 0.50
HSL 317º 0.31% 0.38% -
HSV(B) 317º 0.47% 0.5% -
XYZ 13.84 9.87 16.21 -
YUV 90.84 139.38 154.5 -
System Red Green Blue C M Y K H S L
Decimal 128 68 111 0 0.47 0.13 0.50 317 0.31 0.38
Hex 80 44 6F 0 2F D 32 13D 1F 26
Octal 200 104 157 0 57 15 62 475 37 46
Binary 10000000 1000100 1101111 0 101111 1101 110010 100111101 11111 100110

Color Harmonies of #80446F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80446F

Black with #80446F

Text Example


Text Example

White with #80446F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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