Html Css Color HEX #9B2D8D Dark Purple

📋 copy color: '#9B2D8D'

red 155 ◦ green 45 ◦ blue 141

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

Shades of Dark Purple #9B2D8D

Tints of Dark Purple #9B2D8D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.2%

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

R = 45.45%
G = 13.2%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#9B2D8D (or 0x9B2D8D) is known color: Dark Purple. HEX triplet: 9B, 2D and 8D. RGB value is (155,45,141). Sum of RGB (Red+Green+Blue) = 155+45+141=341 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.45% from 341); Green value is 45 (17.97% from 255 or 13.20% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2D8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2D8D is #64D272. Grayscale: #585858. Windows color (decimal): -6607475 or 9252251. OLE color: 9252251.

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

Color convert

RGB 155 45 141 -
CMYK 0 0.71 0.09 0.39
HSL 307.64º 0.55% 0.39% -
HSV(B) 307.64º 0.71% 0.61% -
XYZ 19.26 10.77 26.26 -
YUV 88.83 157.44 175.19 -
System Red Green Blue C M Y K H S L
Decimal 155 45 141 0 0.71 0.09 0.39 307.64 0.55 0.39
Hex 9B 2D 8D 0 47 9 27 134 37 27
Octal 233 55 215 0 107 11 47 464 67 47
Binary 10011011 101101 10001101 0 1000111 1001 100111 100110100 110111 100111

Color Harmonies of #9B2D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2D8D

Black with #9B2D8D

Text Example


Text Example

White with #9B2D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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