Html Css Color HEX #843B6B Cosmic

📋 copy color: '#843B6B'

red 132 ◦ green 59 ◦ blue 107

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

Shades of Cosmic #843B6B

Tints of Cosmic #843B6B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.8%

 BLUE value IS 107 (42.19% from 255) = 35.91%

R = 44.3%
G = 19.8%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#843B6B (or 0x843B6B) is known color: 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

RGB 132 59 107 -
CMYK 0 0.55 0.19 0.48
HSL 320.55º 0.38% 0.37% -
HSV(B) 320.55º 0.55% 0.52% -
XYZ 13.73 9.1 14.94 -
YUV 86.3 139.68 160.6 -
System Red Green Blue C M Y K H S L
Decimal 132 59 107 0 0.55 0.19 0.48 320.55 0.38 0.37
Hex 84 3B 6B 0 37 13 30 141 26 25
Octal 204 73 153 0 67 23 60 501 46 45
Binary 10000100 111011 1101011 0 110111 10011 110000 101000001 100110 100101

Color Harmonies of #843B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843B6B

Black with #843B6B

Text Example


Text Example

White with #843B6B

Text Example


Text Example

HTML Codes & Css Web 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>