Html Css Color HEX #9B225A Lipstick

📋 copy color: '#9B225A'

red 155 ◦ green 34 ◦ blue 90

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

Shades of Lipstick #9B225A

Tints of Lipstick #9B225A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.19%

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

R = 55.56%
G = 12.19%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#9B225A (or 0x9B225A) is known color: Lipstick. HEX triplet: 9B, 22 and 5A. RGB value is (155,34,90). Sum of RGB (Red+Green+Blue) = 155+34+90=279 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.56% from 279); Green value is 34 (13.67% from 255 or 12.19% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 155 - color contains mainly: red. Hex color #9B225A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B225A is #64DDA5. Grayscale: #4C4C4C. Windows color (decimal): -6610342 or 5907099. OLE color: 5907099.

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

Color convert

RGB 155 34 90 -
CMYK 0 0.78 0.42 0.39
HSL 332.23º 0.64% 0.37% -
HSV(B) 332.23º 0.78% 0.61% -
XYZ 15.94 8.85 10.54 -
YUV 76.56 135.59 183.95 -
System Red Green Blue C M Y K H S L
Decimal 155 34 90 0 0.78 0.42 0.39 332.23 0.64 0.37
Hex 9B 22 5A 0 4E 2A 27 14C 40 25
Octal 233 42 132 0 116 52 47 514 100 45
Binary 10011011 100010 1011010 0 1001110 101010 100111 101001100 1000000 100101

Color Harmonies of #9B225A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B225A

Black with #9B225A

Text Example


Text Example

White with #9B225A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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