Html Css Color HEX #9B3987 Dark Purple

📋 copy color: '#9B3987'

red 155 ◦ green 57 ◦ blue 135

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

Shades of Dark Purple #9B3987

Tints of Dark Purple #9B3987

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.43%

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

R = 44.67%
G = 16.43%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.13

 K value IS 0.39

RGB Variations

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

Color information

#9B3987 (or 0x9B3987) is known color: Dark Purple. HEX triplet: 9B, 39 and 87. RGB value is (155,57,135). Sum of RGB (Red+Green+Blue) = 155+57+135=347 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.67% from 347); Green value is 57 (22.66% from 255 or 16.43% from 347); Blue value is 135 (53.12% from 255 or 38.90% from 347); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3987 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3987 is #64C678. Grayscale: #5E5E5E. Windows color (decimal): -6604409 or 8862107. OLE color: 8862107.

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

Color convert

RGB 155 57 135 -
CMYK 0 0.63 0.13 0.39
HSL 312.24º 0.46% 0.42% -
HSV(B) 312.24º 0.63% 0.61% -
XYZ 19.35 11.64 24.15 -
YUV 95.19 150.47 170.66 -
System Red Green Blue C M Y K H S L
Decimal 155 57 135 0 0.63 0.13 0.39 312.24 0.46 0.42
Hex 9B 39 87 0 3F D 27 138 2E 2A
Octal 233 71 207 0 77 15 47 470 56 52
Binary 10011011 111001 10000111 0 111111 1101 100111 100111000 101110 101010

Color Harmonies of #9B3987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3987

Black with #9B3987

Text Example


Text Example

White with #9B3987

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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