Html Css Color HEX #9B2279 Dark Purple

📋 copy color: '#9B2279'

red 155 ◦ green 34 ◦ blue 121

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

Shades of Dark Purple #9B2279

Tints of Dark Purple #9B2279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 39.03%

R = 50%
G = 10.97%
B = 39.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#9B2279 (or 0x9B2279) is known color: Dark Purple. HEX triplet: 9B, 22 and 79. RGB value is (155,34,121). Sum of RGB (Red+Green+Blue) = 155+34+121=310 (41% of max value = 765). Red value is 155 (60.94% from 255 or 50% from 310); Green value is 34 (13.67% from 255 or 10.97% from 310); Blue value is 121 (47.66% from 255 or 39.03% from 310); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2279 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2279 is #64DD86. Grayscale: #4F4F4F. Windows color (decimal): -6610311 or 7938715. OLE color: 7938715.

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

Color convert

RGB 155 34 121 -
CMYK 0 0.78 0.22 0.39
HSL 316.86º 0.64% 0.37% -
HSV(B) 316.86º 0.78% 0.61% -
XYZ 17.54 9.49 19 -
YUV 80.1 151.09 181.43 -
System Red Green Blue C M Y K H S L
Decimal 155 34 121 0 0.78 0.22 0.39 316.86 0.64 0.37
Hex 9B 22 79 0 4E 16 27 13D 40 25
Octal 233 42 171 0 116 26 47 475 100 45
Binary 10011011 100010 1111001 0 1001110 10110 100111 100111101 1000000 100101

Color Harmonies of #9B2279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2279

Black with #9B2279

Text Example


Text Example

White with #9B2279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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