Html Css Color HEX #9B1784 Dark Purple

📋 copy color: '#9B1784'

red 155 ◦ green 23 ◦ blue 132

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

Shades of Dark Purple #9B1784

Tints of Dark Purple #9B1784

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.42%

 BLUE value IS 132 (51.95% from 255) = 42.58%

R = 50%
G = 7.42%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#9B1784 (or 0x9B1784) is known color: Dark Purple. HEX triplet: 9B, 17 and 84. RGB value is (155,23,132). Sum of RGB (Red+Green+Blue) = 155+23+132=310 (41% of max value = 765). Red value is 155 (60.94% from 255 or 50% from 310); Green value is 23 (9.38% from 255 or 7.42% from 310); Blue value is 132 (51.95% from 255 or 42.58% from 310); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1784 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B1784 is #64E87B. Grayscale: #4A4A4A. Windows color (decimal): -6613116 or 8656795. OLE color: 8656795.

HSL color Cylindrical-coordinate representation of color #9B1784: hue angle of 310.45º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9B1784 is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 23 132 -
CMYK 0 0.85 0.15 0.39
HSL 310.45º 0.74% 0.35% -
HSV(B) 310.45º 0.85% 0.61% -
XYZ 17.99 9.25 22.67 -
YUV 74.89 160.23 185.14 -
System Red Green Blue C M Y K H S L
Decimal 155 23 132 0 0.85 0.15 0.39 310.45 0.74 0.35
Hex 9B 17 84 0 55 F 27 136 4A 23
Octal 233 27 204 0 125 17 47 466 112 43
Binary 10011011 10111 10000100 0 1010101 1111 100111 100110110 1001010 100011

Color Harmonies of #9B1784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1784

Black with #9B1784

Text Example


Text Example

White with #9B1784

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,23,132); }

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

background-color css

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

 a { background-color: rgb(155,23,132); }

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

border-color css

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

 span { border-color: rgb(155,23,132); }

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