Html Css Color HEX #9B328B Dark Purple

📋 copy color: '#9B328B'

red 155 ◦ green 50 ◦ blue 139

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

Shades of Dark Purple #9B328B

Tints of Dark Purple #9B328B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.53%

 BLUE value IS 139 (54.69% from 255) = 40.41%

R = 45.06%
G = 14.53%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#9B328B (or 0x9B328B) is known color: Dark Purple. HEX triplet: 9B, 32 and 8B. RGB value is (155,50,139). Sum of RGB (Red+Green+Blue) = 155+50+139=344 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.06% from 344); Green value is 50 (19.92% from 255 or 14.53% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 155 - color contains mainly: red. Hex color #9B328B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B328B is #64CD74. Grayscale: #5B5B5B. Windows color (decimal): -6606197 or 9122459. OLE color: 9122459.

HSL color Cylindrical-coordinate representation of color #9B328B: hue angle of 309.14º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9B328B is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 50 139 -
CMYK 0 0.68 0.10 0.39
HSL 309.14º 0.51% 0.4% -
HSV(B) 309.14º 0.68% 0.61% -
XYZ 19.32 11.11 25.55 -
YUV 91.54 154.79 173.26 -
System Red Green Blue C M Y K H S L
Decimal 155 50 139 0 0.68 0.10 0.39 309.14 0.51 0.4
Hex 9B 32 8B 0 44 A 27 135 33 28
Octal 233 62 213 0 104 12 47 465 63 50
Binary 10011011 110010 10001011 0 1000100 1010 100111 100110101 110011 101000

Color Harmonies of #9B328B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B328B

Black with #9B328B

Text Example


Text Example

White with #9B328B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,50,139); }

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

background-color css

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

 a { background-color: rgb(155,50,139); }

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

border-color css

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

 span { border-color: rgb(155,50,139); }

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