Html Css Color HEX #9B417C Medium Red Violet

📋 copy color: '#9B417C'

red 155 ◦ green 65 ◦ blue 124

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

Shades of Medium Red Violet #9B417C

Tints of Medium Red Violet #9B417C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.9%

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

R = 45.06%
G = 18.9%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.2

 K value IS 0.39

RGB Variations

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

Color information

#9B417C (or 0x9B417C) is known color: Medium Red Violet. HEX triplet: 9B, 41 and 7C. RGB value is (155,65,124). Sum of RGB (Red+Green+Blue) = 155+65+124=344 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.06% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 124 (48.83% from 255 or 36.05% from 344); Max value from RGB is 155 - color contains mainly: red. Hex color #9B417C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B417C is #64BE83. Grayscale: #626262. Windows color (decimal): -6602372 or 8143259. OLE color: 8143259.

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

Color convert

RGB 155 65 124 -
CMYK 0 0.58 0.2 0.39
HSL 320.67º 0.41% 0.43% -
HSV(B) 320.67º 0.58% 0.61% -
XYZ 19.05 12.2 20.42 -
YUV 98.64 142.32 168.2 -
System Red Green Blue C M Y K H S L
Decimal 155 65 124 0 0.58 0.2 0.39 320.67 0.41 0.43
Hex 9B 41 7C 0 3A 14 27 141 29 2B
Octal 233 101 174 0 72 24 47 501 51 53
Binary 10011011 1000001 1111100 0 111010 10100 100111 101000001 101001 101011

Color Harmonies of #9B417C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B417C

Black with #9B417C

Text Example


Text Example

White with #9B417C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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