Html Css Color HEX #9B2563 Lipstick

📋 copy color: '#9B2563'

red 155 ◦ green 37 ◦ blue 99

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

Shades of Lipstick #9B2563

Tints of Lipstick #9B2563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 34.02%

R = 53.26%
G = 12.71%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.36

 K value IS 0.39

RGB Variations

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

Color information

#9B2563 (or 0x9B2563) is known color: Lipstick. HEX triplet: 9B, 25 and 63. RGB value is (155,37,99). Sum of RGB (Red+Green+Blue) = 155+37+99=291 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.26% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 99 (39.06% from 255 or 34.02% from 291); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2563 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2563 is #64DA9C. Grayscale: #4F4F4F. Windows color (decimal): -6609565 or 6497691. OLE color: 6497691.

HSL color Cylindrical-coordinate representation of color #9B2563: hue angle of 328.47º 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 #9B2563 is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 37 99 -
CMYK 0 0.76 0.36 0.39
HSL 328.47º 0.61% 0.38% -
HSV(B) 328.47º 0.76% 0.61% -
XYZ 16.43 9.19 12.71 -
YUV 79.35 139.09 181.96 -
System Red Green Blue C M Y K H S L
Decimal 155 37 99 0 0.76 0.36 0.39 328.47 0.61 0.38
Hex 9B 25 63 0 4C 24 27 148 3D 26
Octal 233 45 143 0 114 44 47 510 75 46
Binary 10011011 100101 1100011 0 1001100 100100 100111 101001000 111101 100110

Color Harmonies of #9B2563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2563

Black with #9B2563

Text Example


Text Example

White with #9B2563

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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