Html Css Color HEX #9C335E Lipstick

📋 copy color: '#9C335E'

red 156 ◦ green 51 ◦ blue 94

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

Shades of Lipstick #9C335E

Tints of Lipstick #9C335E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.94%

 BLUE value IS 94 (37.11% from 255) = 31.23%

R = 51.83%
G = 16.94%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.40

 K value IS 0.39

RGB Variations

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

Color information

#9C335E (or 0x9C335E) is known color: Lipstick. HEX triplet: 9C, 33 and 5E. RGB value is (156,51,94). Sum of RGB (Red+Green+Blue) = 156+51+94=301 (39% of max value = 765). Red value is 156 (61.33% from 255 or 51.83% from 301); Green value is 51 (20.31% from 255 or 16.94% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 156 - color contains mainly: red. Hex color #9C335E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C335E is #63CCA1. Grayscale: #575757. Windows color (decimal): -6540450 or 6173596. OLE color: 6173596.

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

Color convert

RGB 156 51 94 -
CMYK 0 0.67 0.40 0.39
HSL 335.43º 0.51% 0.41% -
HSV(B) 335.43º 0.67% 0.61% -
XYZ 16.91 10.24 11.68 -
YUV 87.3 131.79 177 -
System Red Green Blue C M Y K H S L
Decimal 156 51 94 0 0.67 0.40 0.39 335.43 0.51 0.41
Hex 9C 33 5E 0 43 28 27 14F 33 29
Octal 234 63 136 0 103 50 47 517 63 51
Binary 10011100 110011 1011110 0 1000011 101000 100111 101001111 110011 101001

Color Harmonies of #9C335E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C335E

Black with #9C335E

Text Example


Text Example

White with #9C335E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,51,94); }

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

background-color css

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

 a { background-color: rgb(156,51,94); }

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

border-color css

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

 span { border-color: rgb(156,51,94); }

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