Html Css Color HEX #9B407C Medium Red Violet

📋 copy color: '#9B407C'

red 155 ◦ green 64 ◦ blue 124

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

Shades of Medium Red Violet #9B407C

Tints of Medium Red Violet #9B407C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.66%

 BLUE value IS 124 (48.83% from 255) = 36.15%

R = 45.19%
G = 18.66%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.2

 K value IS 0.39

RGB Variations

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

Color information

#9B407C (or 0x9B407C) is known color: Medium Red Violet. HEX triplet: 9B, 40 and 7C. RGB value is (155,64,124). Sum of RGB (Red+Green+Blue) = 155+64+124=343 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.19% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 124 (48.83% from 255 or 36.15% from 343); Max value from RGB is 155 - color contains mainly: red. Hex color #9B407C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B407C is #64BF83. Grayscale: #616161. Windows color (decimal): -6602628 or 8143003. OLE color: 8143003.

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

Color convert

RGB 155 64 124 -
CMYK 0 0.59 0.2 0.39
HSL 320.44º 0.42% 0.43% -
HSV(B) 320.44º 0.59% 0.61% -
XYZ 18.99 12.09 20.4 -
YUV 98.05 142.65 168.62 -
System Red Green Blue C M Y K H S L
Decimal 155 64 124 0 0.59 0.2 0.39 320.44 0.42 0.43
Hex 9B 40 7C 0 3B 14 27 140 2A 2B
Octal 233 100 174 0 73 24 47 500 52 53
Binary 10011011 1000000 1111100 0 111011 10100 100111 101000000 101010 101011

Color Harmonies of #9B407C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B407C

Black with #9B407C

Text Example


Text Example

White with #9B407C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,64,124); }

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

background-color css

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

 a { background-color: rgb(155,64,124); }

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

border-color css

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

 span { border-color: rgb(155,64,124); }

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