Html Css Color HEX #9B3087 Dark Purple

📋 copy color: '#9B3087'

red 155 ◦ green 48 ◦ blue 135

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

Shades of Dark Purple #9B3087

Tints of Dark Purple #9B3087

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.2%

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

R = 45.86%
G = 14.2%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.13

 K value IS 0.39

RGB Variations

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

Color information

#9B3087 (or 0x9B3087) is known color: Dark Purple. HEX triplet: 9B, 30 and 87. RGB value is (155,48,135). Sum of RGB (Red+Green+Blue) = 155+48+135=338 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.86% from 338); Green value is 48 (19.14% from 255 or 14.20% from 338); Blue value is 135 (53.12% from 255 or 39.94% from 338); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3087 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3087 is #64CF78. Grayscale: #595959. Windows color (decimal): -6606713 or 8859803. OLE color: 8859803.

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

Color convert

RGB 155 48 135 -
CMYK 0 0.69 0.13 0.39
HSL 311.22º 0.53% 0.4% -
HSV(B) 311.22º 0.69% 0.61% -
XYZ 18.95 10.83 24.01 -
YUV 89.91 153.45 174.43 -
System Red Green Blue C M Y K H S L
Decimal 155 48 135 0 0.69 0.13 0.39 311.22 0.53 0.4
Hex 9B 30 87 0 45 D 27 137 35 28
Octal 233 60 207 0 105 15 47 467 65 50
Binary 10011011 110000 10000111 0 1000101 1101 100111 100110111 110101 101000

Color Harmonies of #9B3087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3087

Black with #9B3087

Text Example


Text Example

White with #9B3087

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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