#843B6B

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

Shades of Cosmic #843B6B

Tints of Cosmic #843B6B

Color information

#843B6B (or 0x843B6B) is unknown color: approx Cosmic. HEX triplet: 84, 3B and 6B. RGB value is (132,59,107). Sum of RGB (Red+Green+Blue) = 132+59+107=298 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.30% from 298); Green value is 59 (23.44% from 255 or 19.80% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 132 - color contains mainly: red. Hex color #843B6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843B6B is #7BC494. Grayscale: #565656. Windows color (decimal): -8111253 or 7027588. OLE color: 7027588.

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

Color convert

RGB13259107-
CMYK00.550.190.48
HSL320.55º38.22%37.45%-
HSV(B)320.55º55.3%51.76%-
XYZ13.739.114.94-
YUV86.3139.68160.6-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.30%
GREEN value IS 59 (23.44% from 255) = 19.80%
BLUE value IS 107 (42.19% from 255) = 35.91%
R=44.30%
G=19.80%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1325910700.550.190.48320.5538.2237.45
Hex843B6B03713301412625
Octal2047315306723605014645
Binary100001001110111101011011011110011110000101000001100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,59,107); }

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

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

 a { background-color: rgb(132,59,107); }

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

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

 span { border-color: rgb(132,59,107); }

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