Html Css Color HEX #80395F Cosmic

📋 copy color: '#80395F'

red 128 ◦ green 57 ◦ blue 95

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

Shades of Cosmic #80395F

Tints of Cosmic #80395F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.36%

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

R = 45.71%
G = 20.36%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#80395F (or 0x80395F) is known color: Cosmic. HEX triplet: 80, 39 and 5F. RGB value is (128,57,95). Sum of RGB (Red+Green+Blue) = 128+57+95=280 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.71% from 280); Green value is 57 (22.66% from 255 or 20.36% from 280); Blue value is 95 (37.5% from 255 or 33.93% from 280); Max value from RGB is 128 - color contains mainly: red. Hex color #80395F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80395F is #7FC6A0. Grayscale: #525252. Windows color (decimal): -8373921 or 6240640. OLE color: 6240640.

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

Color convert

RGB 128 57 95 -
CMYK 0 0.55 0.26 0.50
HSL 327.89º 0.38% 0.36% -
HSV(B) 327.89º 0.55% 0.5% -
XYZ 12.43 8.34 11.78 -
YUV 82.56 135.02 160.41 -
System Red Green Blue C M Y K H S L
Decimal 128 57 95 0 0.55 0.26 0.50 327.89 0.38 0.36
Hex 80 39 5F 0 37 1A 32 148 26 24
Octal 200 71 137 0 67 32 62 510 46 44
Binary 10000000 111001 1011111 0 110111 11010 110010 101001000 100110 100100

Color Harmonies of #80395F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80395F

Black with #80395F

Text Example


Text Example

White with #80395F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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