Html Css Color HEX #803F6C Cosmic

📋 copy color: '#803F6C'

red 128 ◦ green 63 ◦ blue 108

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

Shades of Cosmic #803F6C

Tints of Cosmic #803F6C

RGB

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

 GREEN value IS 63 (25% from 255) = 21.07%

 BLUE value IS 108 (42.58% from 255) = 36.12%

R = 42.81%
G = 21.07%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#803F6C (or 0x803F6C) is known color: Cosmic. HEX triplet: 80, 3F and 6C. RGB value is (128,63,108). Sum of RGB (Red+Green+Blue) = 128+63+108=299 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.81% from 299); Green value is 63 (25% from 255 or 21.07% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 128 - color contains mainly: red. Hex color #803F6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803F6C is #7FC093. Grayscale: #575757. Windows color (decimal): -8372372 or 7094144. OLE color: 7094144.

HSL color Cylindrical-coordinate representation of color #803F6C: hue angle of 318.46º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #803F6C is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 63 108 -
CMYK 0 0.51 0.16 0.50
HSL 318.46º 0.34% 0.37% -
HSV(B) 318.46º 0.51% 0.5% -
XYZ 13.39 9.23 15.26 -
YUV 87.57 139.53 156.84 -
System Red Green Blue C M Y K H S L
Decimal 128 63 108 0 0.51 0.16 0.50 318.46 0.34 0.37
Hex 80 3F 6C 0 33 10 32 13E 22 25
Octal 200 77 154 0 63 20 62 476 42 45
Binary 10000000 111111 1101100 0 110011 10000 110010 100111110 100010 100101

Color Harmonies of #803F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803F6C

Black with #803F6C

Text Example


Text Example

White with #803F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803F6C; }

 p { color: rgb(128,63,108); }

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

background-color css

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

 a { background-color: rgb(128,63,108); }

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

border-color css

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

 span { border-color: rgb(128,63,108); }

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