Html Css Color HEX #843A63 Cosmic

📋 copy color: '#843A63'

red 132 ◦ green 58 ◦ blue 99

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

Shades of Cosmic #843A63

Tints of Cosmic #843A63

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.07%

 BLUE value IS 99 (39.06% from 255) = 34.26%

R = 45.67%
G = 20.07%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#843A63 (or 0x843A63) is known color: Cosmic. HEX triplet: 84, 3A and 63. RGB value is (132,58,99). Sum of RGB (Red+Green+Blue) = 132+58+99=289 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.67% from 289); Green value is 58 (23.05% from 255 or 20.07% from 289); Blue value is 99 (39.06% from 255 or 34.26% from 289); Max value from RGB is 132 - color contains mainly: red. Hex color #843A63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843A63 is #7BC59C. Grayscale: #545454. Windows color (decimal): -8111517 or 6503044. OLE color: 6503044.

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

Color convert

RGB 132 58 99 -
CMYK 0 0.56 0.25 0.48
HSL 326.76º 0.39% 0.37% -
HSV(B) 326.76º 0.56% 0.52% -
XYZ 13.28 8.83 12.81 -
YUV 84.8 136.02 161.67 -
System Red Green Blue C M Y K H S L
Decimal 132 58 99 0 0.56 0.25 0.48 326.76 0.39 0.37
Hex 84 3A 63 0 38 19 30 147 27 25
Octal 204 72 143 0 70 31 60 507 47 45
Binary 10000100 111010 1100011 0 111000 11001 110000 101000111 100111 100101

Color Harmonies of #843A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843A63

Black with #843A63

Text Example


Text Example

White with #843A63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,58,99); }

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

background-color css

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

 a { background-color: rgb(132,58,99); }

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

border-color css

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

 span { border-color: rgb(132,58,99); }

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