Html Css Color HEX #9B3B89 Medium Red Violet

📋 copy color: '#9B3B89'

red 155 ◦ green 59 ◦ blue 137

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

Shades of Medium Red Violet #9B3B89

Tints of Medium Red Violet #9B3B89

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.81%

 BLUE value IS 137 (53.91% from 255) = 39.03%

R = 44.16%
G = 16.81%
B = 39.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#9B3B89 (or 0x9B3B89) is known color: Medium Red Violet. HEX triplet: 9B, 3B and 89. RGB value is (155,59,137). Sum of RGB (Red+Green+Blue) = 155+59+137=351 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.16% from 351); Green value is 59 (23.44% from 255 or 16.81% from 351); Blue value is 137 (53.91% from 255 or 39.03% from 351); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3B89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3B89 is #64C476. Grayscale: #606060. Windows color (decimal): -6603895 or 8993691. OLE color: 8993691.

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

Color convert

RGB 155 59 137 -
CMYK 0 0.62 0.12 0.39
HSL 311.25º 0.45% 0.42% -
HSV(B) 311.25º 0.62% 0.61% -
XYZ 19.6 11.9 24.93 -
YUV 96.6 150.8 169.66 -
System Red Green Blue C M Y K H S L
Decimal 155 59 137 0 0.62 0.12 0.39 311.25 0.45 0.42
Hex 9B 3B 89 0 3E C 27 137 2D 2A
Octal 233 73 211 0 76 14 47 467 55 52
Binary 10011011 111011 10001001 0 111110 1100 100111 100110111 101101 101010

Color Harmonies of #9B3B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3B89

Black with #9B3B89

Text Example


Text Example

White with #9B3B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,59,137); }

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

background-color css

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

 a { background-color: rgb(155,59,137); }

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

border-color css

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

 span { border-color: rgb(155,59,137); }

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