Html Css Color HEX #80415F Cosmic

📋 copy color: '#80415F'

red 128 ◦ green 65 ◦ blue 95

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

Shades of Cosmic #80415F

Tints of Cosmic #80415F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 32.99%

R = 44.44%
G = 22.57%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#80415F (or 0x80415F) is known color: Cosmic. HEX triplet: 80, 41 and 5F. RGB value is (128,65,95). Sum of RGB (Red+Green+Blue) = 128+65+95=288 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.44% from 288); Green value is 65 (25.78% from 255 or 22.57% from 288); Blue value is 95 (37.5% from 255 or 32.99% from 288); Max value from RGB is 128 - color contains mainly: red. Hex color #80415F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80415F is #7FBEA0. Grayscale: #575757. Windows color (decimal): -8371873 or 6242688. OLE color: 6242688.

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

Color convert

RGB 128 65 95 -
CMYK 0 0.49 0.26 0.50
HSL 331.43º 0.33% 0.38% -
HSV(B) 331.43º 0.49% 0.5% -
XYZ 12.86 9.2 11.92 -
YUV 87.26 132.37 157.06 -
System Red Green Blue C M Y K H S L
Decimal 128 65 95 0 0.49 0.26 0.50 331.43 0.33 0.38
Hex 80 41 5F 0 31 1A 32 14B 21 26
Octal 200 101 137 0 61 32 62 513 41 46
Binary 10000000 1000001 1011111 0 110001 11010 110010 101001011 100001 100110

Color Harmonies of #80415F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80415F

Black with #80415F

Text Example


Text Example

White with #80415F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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