Html Css Color HEX #9B3187 Dark Purple

📋 copy color: '#9B3187'

red 155 ◦ green 49 ◦ blue 135

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

Shades of Dark Purple #9B3187

Tints of Dark Purple #9B3187

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.45%

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

R = 45.72%
G = 14.45%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.13

 K value IS 0.39

RGB Variations

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

Color information

#9B3187 (or 0x9B3187) is known color: Dark Purple. HEX triplet: 9B, 31 and 87. RGB value is (155,49,135). Sum of RGB (Red+Green+Blue) = 155+49+135=339 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.72% from 339); Green value is 49 (19.53% from 255 or 14.45% from 339); Blue value is 135 (53.12% from 255 or 39.82% from 339); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3187 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3187 is #64CE78. Grayscale: #5A5A5A. Windows color (decimal): -6606457 or 8860059. OLE color: 8860059.

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

Color convert

RGB 155 49 135 -
CMYK 0 0.68 0.13 0.39
HSL 311.32º 0.52% 0.4% -
HSV(B) 311.32º 0.68% 0.61% -
XYZ 18.99 10.91 24.03 -
YUV 90.5 153.12 174.01 -
System Red Green Blue C M Y K H S L
Decimal 155 49 135 0 0.68 0.13 0.39 311.32 0.52 0.4
Hex 9B 31 87 0 44 D 27 137 34 28
Octal 233 61 207 0 104 15 47 467 64 50
Binary 10011011 110001 10000111 0 1000100 1101 100111 100110111 110100 101000

Color Harmonies of #9B3187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3187

Black with #9B3187

Text Example


Text Example

White with #9B3187

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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