Html Css Color HEX #9B3786 Dark Purple

📋 copy color: '#9B3786'

red 155 ◦ green 55 ◦ blue 134

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

Shades of Dark Purple #9B3786

Tints of Dark Purple #9B3786

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.99%

 BLUE value IS 134 (52.73% from 255) = 38.95%

R = 45.06%
G = 15.99%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#9B3786 (or 0x9B3786) is known color: Dark Purple. HEX triplet: 9B, 37 and 86. RGB value is (155,55,134). Sum of RGB (Red+Green+Blue) = 155+55+134=344 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.06% from 344); Green value is 55 (21.88% from 255 or 15.99% from 344); Blue value is 134 (52.73% from 255 or 38.95% from 344); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3786 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3786 is #64C879. Grayscale: #5D5D5D. Windows color (decimal): -6604922 or 8796059. OLE color: 8796059.

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

Color convert

RGB 155 55 134 -
CMYK 0 0.65 0.14 0.39
HSL 312.6º 0.48% 0.41% -
HSV(B) 312.6º 0.65% 0.61% -
XYZ 19.19 11.42 23.75 -
YUV 93.91 150.63 171.58 -
System Red Green Blue C M Y K H S L
Decimal 155 55 134 0 0.65 0.14 0.39 312.6 0.48 0.41
Hex 9B 37 86 0 41 E 27 139 30 29
Octal 233 67 206 0 101 16 47 471 60 51
Binary 10011011 110111 10000110 0 1000001 1110 100111 100111001 110000 101001

Color Harmonies of #9B3786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3786

Black with #9B3786

Text Example


Text Example

White with #9B3786

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,55,134); }

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

background-color css

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

 a { background-color: rgb(155,55,134); }

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

border-color css

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

 span { border-color: rgb(155,55,134); }

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