Html Css Color HEX #9B2479 Dark Purple

📋 copy color: '#9B2479'

red 155 ◦ green 36 ◦ blue 121

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

Shades of Dark Purple #9B2479

Tints of Dark Purple #9B2479

RGB

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

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

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

R = 49.68%
G = 11.54%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#9B2479 (or 0x9B2479) is known color: Dark Purple. HEX triplet: 9B, 24 and 79. RGB value is (155,36,121). Sum of RGB (Red+Green+Blue) = 155+36+121=312 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.68% from 312); Green value is 36 (14.45% from 255 or 11.54% from 312); Blue value is 121 (47.66% from 255 or 38.78% from 312); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2479 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2479 is #64DB86. Grayscale: #515151. Windows color (decimal): -6609799 or 7939227. OLE color: 7939227.

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

Color convert

RGB 155 36 121 -
CMYK 0 0.77 0.22 0.39
HSL 317.14º 0.62% 0.37% -
HSV(B) 317.14º 0.77% 0.61% -
XYZ 17.6 9.61 19.02 -
YUV 81.27 150.42 180.59 -
System Red Green Blue C M Y K H S L
Decimal 155 36 121 0 0.77 0.22 0.39 317.14 0.62 0.37
Hex 9B 24 79 0 4D 16 27 13D 3E 25
Octal 233 44 171 0 115 26 47 475 76 45
Binary 10011011 100100 1111001 0 1001101 10110 100111 100111101 111110 100101

Color Harmonies of #9B2479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2479

Black with #9B2479

Text Example


Text Example

White with #9B2479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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