Html Css Color HEX #9B2779 Dark Purple

📋 copy color: '#9B2779'

red 155 ◦ green 39 ◦ blue 121

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

Shades of Dark Purple #9B2779

Tints of Dark Purple #9B2779

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.38%

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

R = 49.21%
G = 12.38%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#9B2779 (or 0x9B2779) is known color: Dark Purple. HEX triplet: 9B, 27 and 79. RGB value is (155,39,121). Sum of RGB (Red+Green+Blue) = 155+39+121=315 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.21% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 121 (47.66% from 255 or 38.41% from 315); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2779 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2779 is #64D886. Grayscale: #525252. Windows color (decimal): -6609031 or 7939995. OLE color: 7939995.

HSL color Cylindrical-coordinate representation of color #9B2779: hue angle of 317.59º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9B2779 is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 39 121 -
CMYK 0 0.75 0.22 0.39
HSL 317.59º 0.6% 0.38% -
HSV(B) 317.59º 0.75% 0.61% -
XYZ 17.69 9.8 19.05 -
YUV 83.03 149.43 179.33 -
System Red Green Blue C M Y K H S L
Decimal 155 39 121 0 0.75 0.22 0.39 317.59 0.6 0.38
Hex 9B 27 79 0 4B 16 27 13E 3C 26
Octal 233 47 171 0 113 26 47 476 74 46
Binary 10011011 100111 1111001 0 1001011 10110 100111 100111110 111100 100110

Color Harmonies of #9B2779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2779

Black with #9B2779

Text Example


Text Example

White with #9B2779

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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