Html Css Color HEX #9B387F Medium Red Violet

📋 copy color: '#9B387F'

red 155 ◦ green 56 ◦ blue 127

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

Shades of Medium Red Violet #9B387F

Tints of Medium Red Violet #9B387F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.57%

 BLUE value IS 127 (50% from 255) = 37.57%

R = 45.86%
G = 16.57%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#9B387F (or 0x9B387F) is known color: Medium Red Violet. HEX triplet: 9B, 38 and 7F. RGB value is (155,56,127). Sum of RGB (Red+Green+Blue) = 155+56+127=338 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.86% from 338); Green value is 56 (22.27% from 255 or 16.57% from 338); Blue value is 127 (50% from 255 or 37.57% from 338); Max value from RGB is 155 - color contains mainly: red. Hex color #9B387F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B387F is #64C780. Grayscale: #5D5D5D. Windows color (decimal): -6604673 or 8337563. OLE color: 8337563.

HSL color Cylindrical-coordinate representation of color #9B387F: hue angle of 316.97º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9B387F is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 56 127 -
CMYK 0 0.64 0.18 0.39
HSL 316.97º 0.47% 0.41% -
HSV(B) 316.97º 0.64% 0.61% -
XYZ 18.76 11.33 21.28 -
YUV 93.7 146.8 171.73 -
System Red Green Blue C M Y K H S L
Decimal 155 56 127 0 0.64 0.18 0.39 316.97 0.47 0.41
Hex 9B 38 7F 0 40 12 27 13D 2F 29
Octal 233 70 177 0 100 22 47 475 57 51
Binary 10011011 111000 1111111 0 1000000 10010 100111 100111101 101111 101001

Color Harmonies of #9B387F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B387F

Black with #9B387F

Text Example


Text Example

White with #9B387F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,56,127); }

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

background-color css

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

 a { background-color: rgb(155,56,127); }

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

border-color css

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

 span { border-color: rgb(155,56,127); }

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