Html Css Color HEX #843D6E Cosmic

📋 copy color: '#843D6E'

red 132 ◦ green 61 ◦ blue 110

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

Shades of Cosmic #843D6E

Tints of Cosmic #843D6E

RGB

 RED value IS 132 (51.95% from 255) = 43.56%

 GREEN value IS 61 (24.22% from 255) = 20.13%

 BLUE value IS 110 (43.36% from 255) = 36.3%

R = 43.56%
G = 20.13%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#843D6E (or 0x843D6E) is known color: Cosmic. HEX triplet: 84, 3D and 6E. RGB value is (132,61,110). Sum of RGB (Red+Green+Blue) = 132+61+110=303 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.56% from 303); Green value is 61 (24.22% from 255 or 20.13% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 132 - color contains mainly: red. Hex color #843D6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843D6E is #7BC291. Grayscale: #575757. Windows color (decimal): -8110738 or 7224708. OLE color: 7224708.

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

Color convert

RGB 132 61 110 -
CMYK 0 0.54 0.17 0.48
HSL 318.59º 0.37% 0.38% -
HSV(B) 318.59º 0.54% 0.52% -
XYZ 14 9.37 15.82 -
YUV 87.82 140.52 159.52 -
System Red Green Blue C M Y K H S L
Decimal 132 61 110 0 0.54 0.17 0.48 318.59 0.37 0.38
Hex 84 3D 6E 0 36 11 30 13F 25 26
Octal 204 75 156 0 66 21 60 477 45 46
Binary 10000100 111101 1101110 0 110110 10001 110000 100111111 100101 100110

Color Harmonies of #843D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843D6E

Black with #843D6E

Text Example


Text Example

White with #843D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,61,110); }

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

background-color css

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

 a { background-color: rgb(132,61,110); }

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

border-color css

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

 span { border-color: rgb(132,61,110); }

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