Html Css Color HEX #9B2B8D Dark Purple

📋 copy color: '#9B2B8D'

red 155 ◦ green 43 ◦ blue 141

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

Shades of Dark Purple #9B2B8D

Tints of Dark Purple #9B2B8D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.68%

 BLUE value IS 141 (55.47% from 255) = 41.59%

R = 45.72%
G = 12.68%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#9B2B8D (or 0x9B2B8D) is known color: Dark Purple. HEX triplet: 9B, 2B and 8D. RGB value is (155,43,141). Sum of RGB (Red+Green+Blue) = 155+43+141=339 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.72% from 339); Green value is 43 (17.19% from 255 or 12.68% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2B8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2B8D is #64D472. Grayscale: #575757. Windows color (decimal): -6607987 or 9251739. OLE color: 9251739.

HSL color Cylindrical-coordinate representation of color #9B2B8D: hue angle of 307.5º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9B2B8D is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 43 141 -
CMYK 0 0.72 0.09 0.39
HSL 307.5º 0.57% 0.39% -
HSV(B) 307.5º 0.72% 0.61% -
XYZ 19.19 10.62 26.24 -
YUV 87.66 158.11 176.03 -
System Red Green Blue C M Y K H S L
Decimal 155 43 141 0 0.72 0.09 0.39 307.5 0.57 0.39
Hex 9B 2B 8D 0 48 9 27 134 39 27
Octal 233 53 215 0 110 11 47 464 71 47
Binary 10011011 101011 10001101 0 1001000 1001 100111 100110100 111001 100111

Color Harmonies of #9B2B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2B8D

Black with #9B2B8D

Text Example


Text Example

White with #9B2B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,43,141); }

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

background-color css

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

 a { background-color: rgb(155,43,141); }

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

border-color css

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

 span { border-color: rgb(155,43,141); }

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