Html Css Color HEX #9B328F Dark Purple

📋 copy color: '#9B328F'

red 155 ◦ green 50 ◦ blue 143

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

Shades of Dark Purple #9B328F

Tints of Dark Purple #9B328F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 41.09%

R = 44.54%
G = 14.37%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#9B328F (or 0x9B328F) is known color: Dark Purple. HEX triplet: 9B, 32 and 8F. RGB value is (155,50,143). Sum of RGB (Red+Green+Blue) = 155+50+143=348 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.54% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 143 (56.25% from 255 or 41.09% from 348); Max value from RGB is 155 - color contains mainly: red. Hex color #9B328F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B328F is #64CD70. Grayscale: #5B5B5B. Windows color (decimal): -6606193 or 9384603. OLE color: 9384603.

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

Color convert

RGB 155 50 143 -
CMYK 0 0.68 0.08 0.39
HSL 306.86º 0.51% 0.4% -
HSV(B) 306.86º 0.68% 0.61% -
XYZ 19.62 11.23 27.12 -
YUV 92 156.79 172.94 -
System Red Green Blue C M Y K H S L
Decimal 155 50 143 0 0.68 0.08 0.39 306.86 0.51 0.4
Hex 9B 32 8F 0 44 8 27 133 33 28
Octal 233 62 217 0 104 10 47 463 63 50
Binary 10011011 110010 10001111 0 1000100 1000 100111 100110011 110011 101000

Color Harmonies of #9B328F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B328F

Black with #9B328F

Text Example


Text Example

White with #9B328F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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