Html Css Color HEX #9B1E56 Lipstick

📋 copy color: '#9B1E56'

red 155 ◦ green 30 ◦ blue 86

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

Shades of Lipstick #9B1E56

Tints of Lipstick #9B1E56

RGB

 RED value IS 155 (60.94% from 255) = 57.2%

 GREEN value IS 30 (12.11% from 255) = 11.07%

 BLUE value IS 86 (33.98% from 255) = 31.73%

R = 57.2%
G = 11.07%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.39

RGB Variations

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

Color information

#9B1E56 (or 0x9B1E56) is known color: Lipstick. HEX triplet: 9B, 1E and 56. RGB value is (155,30,86). Sum of RGB (Red+Green+Blue) = 155+30+86=271 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.20% from 271); Green value is 30 (12.11% from 255 or 11.07% from 271); Blue value is 86 (33.98% from 255 or 31.73% from 271); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1E56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B1E56 is #64E1A9. Grayscale: #494949. Windows color (decimal): -6611370 or 5643931. OLE color: 5643931.

HSL color Cylindrical-coordinate representation of color #9B1E56: hue angle of 333.12º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9B1E56 is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 30 86 -
CMYK 0 0.81 0.45 0.39
HSL 333.12º 0.68% 0.36% -
HSV(B) 333.12º 0.81% 0.61% -
XYZ 15.66 8.57 9.63 -
YUV 73.76 134.91 185.95 -
System Red Green Blue C M Y K H S L
Decimal 155 30 86 0 0.81 0.45 0.39 333.12 0.68 0.36
Hex 9B 1E 56 0 51 2D 27 14D 44 24
Octal 233 36 126 0 121 55 47 515 104 44
Binary 10011011 11110 1010110 0 1010001 101101 100111 101001101 1000100 100100

Color Harmonies of #9B1E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1E56

Black with #9B1E56

Text Example


Text Example

White with #9B1E56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,30,86); }

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

background-color css

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

 a { background-color: rgb(155,30,86); }

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

border-color css

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

 span { border-color: rgb(155,30,86); }

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