Html Css Color HEX #9B3687 Dark Purple

📋 copy color: '#9B3687'

red 155 ◦ green 54 ◦ blue 135

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

Shades of Dark Purple #9B3687

Tints of Dark Purple #9B3687

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.7%

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

R = 45.06%
G = 15.7%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.13

 K value IS 0.39

RGB Variations

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

Color information

#9B3687 (or 0x9B3687) is known color: Dark Purple. HEX triplet: 9B, 36 and 87. RGB value is (155,54,135). Sum of RGB (Red+Green+Blue) = 155+54+135=344 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.06% from 344); Green value is 54 (21.48% from 255 or 15.70% from 344); Blue value is 135 (53.12% from 255 or 39.24% from 344); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3687 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3687 is #64C978. Grayscale: #5D5D5D. Windows color (decimal): -6605177 or 8861339. OLE color: 8861339.

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

Color convert

RGB 155 54 135 -
CMYK 0 0.65 0.13 0.39
HSL 311.88º 0.48% 0.41% -
HSV(B) 311.88º 0.65% 0.61% -
XYZ 19.21 11.36 24.1 -
YUV 93.43 151.46 171.91 -
System Red Green Blue C M Y K H S L
Decimal 155 54 135 0 0.65 0.13 0.39 311.88 0.48 0.41
Hex 9B 36 87 0 41 D 27 138 30 29
Octal 233 66 207 0 101 15 47 470 60 51
Binary 10011011 110110 10000111 0 1000001 1101 100111 100111000 110000 101001

Color Harmonies of #9B3687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3687

Black with #9B3687

Text Example


Text Example

White with #9B3687

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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