#843C67

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

Shades of Cosmic #843C67

Tints of Cosmic #843C67

Color information

#843C67 (or 0x843C67) is unknown color: approx Cosmic. HEX triplet: 84, 3C and 67. RGB value is (132,60,103). Sum of RGB (Red+Green+Blue) = 132+60+103=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 60 (23.83% from 255 or 20.34% from 295); Blue value is 103 (40.62% from 255 or 34.92% from 295); Max value from RGB is 132 - color contains mainly: red. Hex color #843C67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843C67 is #7BC398. Grayscale: #565656. Windows color (decimal): -8111001 or 6765700. OLE color: 6765700.

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

Color convert

RGB13260103-
CMYK00.550.220.48
HSL324.17º37.5%37.65%-
HSV(B)324.17º54.55%51.76%-
XYZ13.589.1213.88-
YUV86.43137.35160.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.75%
GREEN value IS 60 (23.83% from 255) = 20.34%
BLUE value IS 103 (40.62% from 255) = 34.92%
R=44.75%
G=20.34%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1326010300.550.220.48324.1737.537.65
Hex843C6703716301442626
Octal2047414706726605044646
Binary100001001111001100111011011110110110000101000100100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,60,103); }

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

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

 a { background-color: rgb(132,60,103); }

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

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

 span { border-color: rgb(132,60,103); }

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