Html Css Color HEX #80415A Cosmic

📋 copy color: '#80415A'

red 128 ◦ green 65 ◦ blue 90

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

Shades of Cosmic #80415A

Tints of Cosmic #80415A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 31.8%

R = 45.23%
G = 22.97%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.30

 K value IS 0.50

RGB Variations

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

Color information

#80415A (or 0x80415A) is known color: Cosmic. HEX triplet: 80, 41 and 5A. RGB value is (128,65,90). Sum of RGB (Red+Green+Blue) = 128+65+90=283 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.23% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 128 - color contains mainly: red. Hex color #80415A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80415A is #7FBEA5. Grayscale: #565656. Windows color (decimal): -8371878 or 5915008. OLE color: 5915008.

HSL color Cylindrical-coordinate representation of color #80415A: hue angle of 336.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 #80415A is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 65 90 -
CMYK 0 0.49 0.30 0.50
HSL 336.19º 0.33% 0.38% -
HSV(B) 336.19º 0.49% 0.5% -
XYZ 12.64 9.11 10.76 -
YUV 86.69 129.87 157.47 -
System Red Green Blue C M Y K H S L
Decimal 128 65 90 0 0.49 0.30 0.50 336.19 0.33 0.38
Hex 80 41 5A 0 31 1E 32 150 21 26
Octal 200 101 132 0 61 36 62 520 41 46
Binary 10000000 1000001 1011010 0 110001 11110 110010 101010000 100001 100110

Color Harmonies of #80415A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80415A

Black with #80415A

Text Example


Text Example

White with #80415A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80415A; }

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

 H1.HeaderClassName
 {
   color: #80415A;
 }
 .AnyTagClassName
 {
   color: #80415A;
 }
</style>

background-color css

<style>
 a { background-color: #80415A; }

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

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

border-color css

<style>
 span { border-color: #80415A; }

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

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