Html Css Color HEX #9C295D Lipstick

📋 copy color: '#9C295D'

red 156 ◦ green 41 ◦ blue 93

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

Shades of Lipstick #9C295D

Tints of Lipstick #9C295D

RGB

 RED value IS 156 (61.33% from 255) = 53.79%

 GREEN value IS 41 (16.41% from 255) = 14.14%

 BLUE value IS 93 (36.72% from 255) = 32.07%

R = 53.79%
G = 14.14%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.40

 K value IS 0.39

RGB Variations

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

Color information

#9C295D (or 0x9C295D) is known color: Lipstick. HEX triplet: 9C, 29 and 5D. RGB value is (156,41,93). Sum of RGB (Red+Green+Blue) = 156+41+93=290 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.79% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 93 (36.72% from 255 or 32.07% from 290); Max value from RGB is 156 - color contains mainly: red. Hex color #9C295D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C295D is #63D6A2. Grayscale: #515151. Windows color (decimal): -6543011 or 6105500. OLE color: 6105500.

HSL color Cylindrical-coordinate representation of color #9C295D: hue angle of 332.87º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9C295D is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 41 93 -
CMYK 0 0.74 0.40 0.39
HSL 332.87º 0.58% 0.39% -
HSV(B) 332.87º 0.74% 0.61% -
XYZ 16.48 9.44 11.31 -
YUV 81.31 134.6 181.27 -
System Red Green Blue C M Y K H S L
Decimal 156 41 93 0 0.74 0.40 0.39 332.87 0.58 0.39
Hex 9C 29 5D 0 4A 28 27 14D 3A 27
Octal 234 51 135 0 112 50 47 515 72 47
Binary 10011100 101001 1011101 0 1001010 101000 100111 101001101 111010 100111

Color Harmonies of #9C295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C295D

Black with #9C295D

Text Example


Text Example

White with #9C295D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C295D; }

 p { color: rgb(156,41,93); }

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

background-color css

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

 a { background-color: rgb(156,41,93); }

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

border-color css

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

 span { border-color: rgb(156,41,93); }

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