Html Css Color HEX #804168 Cosmic

📋 copy color: '#804168'

red 128 ◦ green 65 ◦ blue 104

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

Shades of Cosmic #804168

Tints of Cosmic #804168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 35.02%

R = 43.1%
G = 21.89%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.50

RGB Variations

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

Color information

#804168 (or 0x804168) is known color: Cosmic. HEX triplet: 80, 41 and 68. RGB value is (128,65,104). Sum of RGB (Red+Green+Blue) = 128+65+104=297 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.10% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 128 - color contains mainly: red. Hex color #804168 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804168 is #7FBE97. Grayscale: #585858. Windows color (decimal): -8371864 or 6832512. OLE color: 6832512.

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

Color convert

RGB 128 65 104 -
CMYK 0 0.49 0.19 0.50
HSL 322.86º 0.33% 0.38% -
HSV(B) 322.86º 0.49% 0.5% -
XYZ 13.29 9.37 14.2 -
YUV 88.28 136.87 156.33 -
System Red Green Blue C M Y K H S L
Decimal 128 65 104 0 0.49 0.19 0.50 322.86 0.33 0.38
Hex 80 41 68 0 31 13 32 143 21 26
Octal 200 101 150 0 61 23 62 503 41 46
Binary 10000000 1000001 1101000 0 110001 10011 110010 101000011 100001 100110

Color Harmonies of #804168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804168

Black with #804168

Text Example


Text Example

White with #804168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804168; }

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

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

background-color css

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

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

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

border-color css

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

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

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