Html Css Color HEX #80426F Cosmic

📋 copy color: '#80426F'

red 128 ◦ green 66 ◦ blue 111

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

Shades of Cosmic #80426F

Tints of Cosmic #80426F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.64%

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

R = 41.97%
G = 21.64%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#80426F (or 0x80426F) is known color: Cosmic. HEX triplet: 80, 42 and 6F. RGB value is (128,66,111). Sum of RGB (Red+Green+Blue) = 128+66+111=305 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.97% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 111 (43.75% from 255 or 36.39% from 305); Max value from RGB is 128 - color contains mainly: red. Hex color #80426F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80426F is #7FBD90. Grayscale: #595959. Windows color (decimal): -8371601 or 7291520. OLE color: 7291520.

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

Color convert

RGB 128 66 111 -
CMYK 0 0.48 0.13 0.50
HSL 316.45º 0.32% 0.38% -
HSV(B) 316.45º 0.48% 0.5% -
XYZ 13.72 9.63 16.18 -
YUV 89.67 140.04 155.34 -
System Red Green Blue C M Y K H S L
Decimal 128 66 111 0 0.48 0.13 0.50 316.45 0.32 0.38
Hex 80 42 6F 0 30 D 32 13C 20 26
Octal 200 102 157 0 60 15 62 474 40 46
Binary 10000000 1000010 1101111 0 110000 1101 110010 100111100 100000 100110

Color Harmonies of #80426F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80426F

Black with #80426F

Text Example


Text Example

White with #80426F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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