Html Css Color HEX #9B2887 Dark Purple

📋 copy color: '#9B2887'

red 155 ◦ green 40 ◦ blue 135

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

Shades of Dark Purple #9B2887

Tints of Dark Purple #9B2887

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.12%

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

R = 46.97%
G = 12.12%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.13

 K value IS 0.39

RGB Variations

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

Color information

#9B2887 (or 0x9B2887) is known color: Dark Purple. HEX triplet: 9B, 28 and 87. RGB value is (155,40,135). Sum of RGB (Red+Green+Blue) = 155+40+135=330 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.97% from 330); Green value is 40 (16.02% from 255 or 12.12% from 330); Blue value is 135 (53.12% from 255 or 40.91% from 330); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2887 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2887 is #64D778. Grayscale: #545454. Windows color (decimal): -6608761 or 8857755. OLE color: 8857755.

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

Color convert

RGB 155 40 135 -
CMYK 0 0.74 0.13 0.39
HSL 310.43º 0.59% 0.38% -
HSV(B) 310.43º 0.74% 0.61% -
XYZ 18.65 10.24 23.91 -
YUV 85.22 156.1 177.78 -
System Red Green Blue C M Y K H S L
Decimal 155 40 135 0 0.74 0.13 0.39 310.43 0.59 0.38
Hex 9B 28 87 0 4A D 27 136 3B 26
Octal 233 50 207 0 112 15 47 466 73 46
Binary 10011011 101000 10000111 0 1001010 1101 100111 100110110 111011 100110

Color Harmonies of #9B2887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2887

Black with #9B2887

Text Example


Text Example

White with #9B2887

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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