Html Css Color HEX #9B255A Lipstick

📋 copy color: '#9B255A'

red 155 ◦ green 37 ◦ blue 90

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

Shades of Lipstick #9B255A

Tints of Lipstick #9B255A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.12%

 BLUE value IS 90 (35.55% from 255) = 31.91%

R = 54.96%
G = 13.12%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#9B255A (or 0x9B255A) is known color: Lipstick. HEX triplet: 9B, 25 and 5A. RGB value is (155,37,90). Sum of RGB (Red+Green+Blue) = 155+37+90=282 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.96% from 282); Green value is 37 (14.84% from 255 or 13.12% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 155 - color contains mainly: red. Hex color #9B255A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B255A is #64DAA5. Grayscale: #4E4E4E. Windows color (decimal): -6609574 or 5907867. OLE color: 5907867.

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

Color convert

RGB 155 37 90 -
CMYK 0 0.76 0.42 0.39
HSL 333.05º 0.61% 0.38% -
HSV(B) 333.05º 0.76% 0.61% -
XYZ 16.02 9.03 10.57 -
YUV 78.32 134.59 182.69 -
System Red Green Blue C M Y K H S L
Decimal 155 37 90 0 0.76 0.42 0.39 333.05 0.61 0.38
Hex 9B 25 5A 0 4C 2A 27 14D 3D 26
Octal 233 45 132 0 114 52 47 515 75 46
Binary 10011011 100101 1011010 0 1001100 101010 100111 101001101 111101 100110

Color Harmonies of #9B255A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B255A

Black with #9B255A

Text Example


Text Example

White with #9B255A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,37,90); }

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

background-color css

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

 a { background-color: rgb(155,37,90); }

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

border-color css

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

 span { border-color: rgb(155,37,90); }

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