#843F6C

Color #843F6C Cosmic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic #843F6C

Tints of Cosmic #843F6C

Color information

#843F6C (or 0x843F6C) is unknown color: approx Cosmic. HEX triplet: 84, 3F and 6C. RGB value is (132,63,108). Sum of RGB (Red+Green+Blue) = 132+63+108=303 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.56% from 303); Green value is 63 (25% from 255 or 20.79% from 303); Blue value is 108 (42.58% from 255 or 35.64% from 303); Max value from RGB is 132 - color contains mainly: red. Hex color #843F6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843F6C is #7BC093. Grayscale: #585858. Windows color (decimal): -8110228 or 7094148. OLE color: 7094148.

HSL color Cylindrical-coordinate representation of color #843F6C: hue angle of 320.87º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #843F6C is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB13263108-
CMYK00.520.180.48
HSL320.87º35.38%38.24%-
HSV(B)320.87º52.27%51.76%-
XYZ149.5415.29-
YUV88.76138.86158.84-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.56%
GREEN value IS 63 (25% from 255) = 20.79%
BLUE value IS 108 (42.58% from 255) = 35.64%
R=43.56%
G=20.79%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1326310800.520.180.48320.8735.3838.24
Hex843F6C03412301412326
Octal2047715406422605014346
Binary100001001111111101100011010010010110000101000001100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #843F6C;
 }
 .AnyTagClassName
 {
   color: #843F6C;
 }
</style>
background-color css

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

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

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

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

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

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