Html Css Color HEX #C9539E Mulberry

📋 copy color: '#C9539E'

red 201 ◦ green 83 ◦ blue 158

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

Shades of Mulberry #C9539E

Tints of Mulberry #C9539E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.75%

R = 45.48%
G = 18.78%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#C9539E (or 0xC9539E) is known color: Mulberry. HEX triplet: C9, 53 and 9E. RGB value is (201,83,158). Sum of RGB (Red+Green+Blue) = 201+83+158=442 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.48% from 442); Green value is 83 (32.81% from 255 or 18.78% from 442); Blue value is 158 (62.11% from 255 or 35.75% from 442); Max value from RGB is 201 - color contains mainly: red. Hex color #C9539E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9539E is #36AC61. Grayscale: #7E7E7E. Windows color (decimal): -3583074 or 10376137. OLE color: 10376137.

HSL color Cylindrical-coordinate representation of color #C9539E: hue angle of 321.86º 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 #C9539E is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 83 158 -
CMYK 0 0.59 0.21 0.21
HSL 321.86º 0.52% 0.56% -
HSV(B) 321.86º 0.59% 0.79% -
XYZ 33.35 21.07 34.66 -
YUV 126.83 145.59 180.9 -
System Red Green Blue C M Y K H S L
Decimal 201 83 158 0 0.59 0.21 0.21 321.86 0.52 0.56
Hex C9 53 9E 0 3B 15 15 142 34 38
Octal 311 123 236 0 73 25 25 502 64 70
Binary 11001001 1010011 10011110 0 111011 10101 10101 101000010 110100 111000

Color Harmonies of #C9539E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9539E

Black with #C9539E

Text Example


Text Example

White with #C9539E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9539E; }

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

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

background-color css

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

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

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

border-color css

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

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

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