Html Css Color HEX #803766 Cosmic

📋 copy color: '#803766'

red 128 ◦ green 55 ◦ blue 102

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

Shades of Cosmic #803766

Tints of Cosmic #803766

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.3%

 BLUE value IS 102 (40.23% from 255) = 35.79%

R = 44.91%
G = 19.3%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#803766 (or 0x803766) is known color: Cosmic. HEX triplet: 80, 37 and 66. RGB value is (128,55,102). Sum of RGB (Red+Green+Blue) = 128+55+102=285 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.91% from 285); Green value is 55 (21.88% from 255 or 19.30% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 128 - color contains mainly: red. Hex color #803766 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803766 is #7FC899. Grayscale: #525252. Windows color (decimal): -8374426 or 6698880. OLE color: 6698880.

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

Color convert

RGB 128 55 102 -
CMYK 0 0.57 0.20 0.50
HSL 321.37º 0.4% 0.36% -
HSV(B) 321.37º 0.57% 0.5% -
XYZ 12.67 8.28 13.5 -
YUV 82.19 139.18 160.68 -
System Red Green Blue C M Y K H S L
Decimal 128 55 102 0 0.57 0.20 0.50 321.37 0.4 0.36
Hex 80 37 66 0 39 14 32 141 28 24
Octal 200 67 146 0 71 24 62 501 50 44
Binary 10000000 110111 1100110 0 111001 10100 110010 101000001 101000 100100

Color Harmonies of #803766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803766

Black with #803766

Text Example


Text Example

White with #803766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803766; }

 p { color: rgb(128,55,102); }

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

background-color css

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

 a { background-color: rgb(128,55,102); }

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

border-color css

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

 span { border-color: rgb(128,55,102); }

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