Html Css Color HEX #803868 Cosmic

📋 copy color: '#803868'

red 128 ◦ green 56 ◦ blue 104

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

Shades of Cosmic #803868

Tints of Cosmic #803868

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.44%

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

R = 44.44%
G = 19.44%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.50

RGB Variations

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

Color information

#803868 (or 0x803868) is known color: Cosmic. HEX triplet: 80, 38 and 68. RGB value is (128,56,104). Sum of RGB (Red+Green+Blue) = 128+56+104=288 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.44% from 288); Green value is 56 (22.27% from 255 or 19.44% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 128 - color contains mainly: red. Hex color #803868 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803868 is #7FC797. Grayscale: #525252. Windows color (decimal): -8374168 or 6830208. OLE color: 6830208.

HSL color Cylindrical-coordinate representation of color #803868: hue angle of 320º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #803868 is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 56 104 -
CMYK 0 0.56 0.19 0.50
HSL 320º 0.39% 0.36% -
HSV(B) 320º 0.56% 0.5% -
XYZ 12.81 8.42 14.05 -
YUV 83 139.85 160.1 -
System Red Green Blue C M Y K H S L
Decimal 128 56 104 0 0.56 0.19 0.50 320 0.39 0.36
Hex 80 38 68 0 38 13 32 140 27 24
Octal 200 70 150 0 70 23 62 500 47 44
Binary 10000000 111000 1101000 0 111000 10011 110010 101000000 100111 100100

Color Harmonies of #803868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803868

Black with #803868

Text Example


Text Example

White with #803868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803868; }

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

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

background-color css

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

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

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

border-color css

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

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

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