Html Css Color HEX #C9539D Mulberry

📋 copy color: '#C9539D'

red 201 ◦ green 83 ◦ blue 157

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

Shades of Mulberry #C9539D

Tints of Mulberry #C9539D

RGB

 RED value IS 201 (78.91% from 255) = 45.58%

 GREEN value IS 83 (32.81% from 255) = 18.82%

 BLUE value IS 157 (61.72% from 255) = 35.6%

R = 45.58%
G = 18.82%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#C9539D (or 0xC9539D) is known color: Mulberry. HEX triplet: C9, 53 and 9D. RGB value is (201,83,157). Sum of RGB (Red+Green+Blue) = 201+83+157=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 83 (32.81% from 255 or 18.82% from 441); Blue value is 157 (61.72% from 255 or 35.60% from 441); Max value from RGB is 201 - color contains mainly: red. Hex color #C9539D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9539D is #36AC62. Grayscale: #7E7E7E. Windows color (decimal): -3583075 or 10310601. OLE color: 10310601.

HSL color Cylindrical-coordinate representation of color #C9539D: hue angle of 322.37º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C9539D is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 83 157 -
CMYK 0 0.59 0.22 0.21
HSL 322.37º 0.52% 0.56% -
HSV(B) 322.37º 0.59% 0.79% -
XYZ 33.27 21.04 34.21 -
YUV 126.72 145.09 180.98 -
System Red Green Blue C M Y K H S L
Decimal 201 83 157 0 0.59 0.22 0.21 322.37 0.52 0.56
Hex C9 53 9D 0 3B 16 15 142 34 38
Octal 311 123 235 0 73 26 25 502 64 70
Binary 11001001 1010011 10011101 0 111011 10110 10101 101000010 110100 111000

Color Harmonies of #C9539D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9539D

Black with #C9539D

Text Example


Text Example

White with #C9539D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9539D; }

 p { color: rgb(201,83,157); }

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

background-color css

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

 a { background-color: rgb(201,83,157); }

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

border-color css

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

 span { border-color: rgb(201,83,157); }

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