Html Css Color HEX #9B3887 Dark Purple

📋 copy color: '#9B3887'

red 155 ◦ green 56 ◦ blue 135

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

Shades of Dark Purple #9B3887

Tints of Dark Purple #9B3887

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.18%

 BLUE value IS 135 (53.13% from 255) = 39.02%

R = 44.8%
G = 16.18%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.13

 K value IS 0.39

RGB Variations

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

Color information

#9B3887 (or 0x9B3887) is known color: Dark Purple. HEX triplet: 9B, 38 and 87. RGB value is (155,56,135). Sum of RGB (Red+Green+Blue) = 155+56+135=346 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.80% from 346); Green value is 56 (22.27% from 255 or 16.18% from 346); Blue value is 135 (53.12% from 255 or 39.02% from 346); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3887 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3887 is #64C778. Grayscale: #5E5E5E. Windows color (decimal): -6604665 or 8861851. OLE color: 8861851.

HSL color Cylindrical-coordinate representation of color #9B3887: hue angle of 312.12º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9B3887 is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 56 135 -
CMYK 0 0.64 0.13 0.39
HSL 312.12º 0.47% 0.41% -
HSV(B) 312.12º 0.64% 0.61% -
XYZ 19.3 11.55 24.13 -
YUV 94.61 150.8 171.08 -
System Red Green Blue C M Y K H S L
Decimal 155 56 135 0 0.64 0.13 0.39 312.12 0.47 0.41
Hex 9B 38 87 0 40 D 27 138 2F 29
Octal 233 70 207 0 100 15 47 470 57 51
Binary 10011011 111000 10000111 0 1000000 1101 100111 100111000 101111 101001

Color Harmonies of #9B3887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3887

Black with #9B3887

Text Example


Text Example

White with #9B3887

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,56,135); }

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

background-color css

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

 a { background-color: rgb(155,56,135); }

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

border-color css

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

 span { border-color: rgb(155,56,135); }

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