Html Css Color HEX #9B2469 Lipstick

📋 copy color: '#9B2469'

red 155 ◦ green 36 ◦ blue 105

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

Shades of Lipstick #9B2469

Tints of Lipstick #9B2469

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.16%

 BLUE value IS 105 (41.41% from 255) = 35.47%

R = 52.36%
G = 12.16%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#9B2469 (or 0x9B2469) is known color: Lipstick. HEX triplet: 9B, 24 and 69. RGB value is (155,36,105). Sum of RGB (Red+Green+Blue) = 155+36+105=296 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.36% from 296); Green value is 36 (14.45% from 255 or 12.16% from 296); Blue value is 105 (41.41% from 255 or 35.47% from 296); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2469 is #64DB96. Grayscale: #4F4F4F. Windows color (decimal): -6609815 or 6890651. OLE color: 6890651.

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

Color convert

RGB 155 36 105 -
CMYK 0 0.77 0.32 0.39
HSL 325.21º 0.62% 0.37% -
HSV(B) 325.21º 0.77% 0.61% -
XYZ 16.7 9.25 14.27 -
YUV 79.45 142.42 181.89 -
System Red Green Blue C M Y K H S L
Decimal 155 36 105 0 0.77 0.32 0.39 325.21 0.62 0.37
Hex 9B 24 69 0 4D 20 27 145 3E 25
Octal 233 44 151 0 115 40 47 505 76 45
Binary 10011011 100100 1101001 0 1001101 100000 100111 101000101 111110 100101

Color Harmonies of #9B2469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2469

Black with #9B2469

Text Example


Text Example

White with #9B2469

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,36,105); }

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

background-color css

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

 a { background-color: rgb(155,36,105); }

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

border-color css

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

 span { border-color: rgb(155,36,105); }

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