Html Css Color HEX #9C315D Lipstick

📋 copy color: '#9C315D'

red 156 ◦ green 49 ◦ blue 93

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

Shades of Lipstick #9C315D

Tints of Lipstick #9C315D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.44%

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

R = 52.35%
G = 16.44%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.39

RGB Variations

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

Color information

#9C315D (or 0x9C315D) is known color: Lipstick. HEX triplet: 9C, 31 and 5D. RGB value is (156,49,93). Sum of RGB (Red+Green+Blue) = 156+49+93=298 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.35% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 156 - color contains mainly: red. Hex color #9C315D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C315D is #63CEA2. Grayscale: #555555. Windows color (decimal): -6540963 or 6107548. OLE color: 6107548.

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

Color convert

RGB 156 49 93 -
CMYK 0 0.69 0.40 0.39
HSL 335.33º 0.52% 0.4% -
HSV(B) 335.33º 0.69% 0.61% -
XYZ 16.78 10.05 11.41 -
YUV 86.01 131.95 177.92 -
System Red Green Blue C M Y K H S L
Decimal 156 49 93 0 0.69 0.40 0.39 335.33 0.52 0.4
Hex 9C 31 5D 0 45 28 27 14F 34 28
Octal 234 61 135 0 105 50 47 517 64 50
Binary 10011100 110001 1011101 0 1000101 101000 100111 101001111 110100 101000

Color Harmonies of #9C315D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C315D

Black with #9C315D

Text Example


Text Example

White with #9C315D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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