Html Css Color HEX #9B417F Medium Red Violet

📋 copy color: '#9B417F'

red 155 ◦ green 65 ◦ blue 127

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

Shades of Medium Red Violet #9B417F

Tints of Medium Red Violet #9B417F

RGB

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

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

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

R = 44.67%
G = 18.73%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#9B417F (or 0x9B417F) is known color: Medium Red Violet. HEX triplet: 9B, 41 and 7F. RGB value is (155,65,127). Sum of RGB (Red+Green+Blue) = 155+65+127=347 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.67% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 155 - color contains mainly: red. Hex color #9B417F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B417F is #64BE80. Grayscale: #626262. Windows color (decimal): -6602369 or 8339867. OLE color: 8339867.

HSL color Cylindrical-coordinate representation of color #9B417F: hue angle of 318.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 #9B417F is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 65 127 -
CMYK 0 0.58 0.18 0.39
HSL 318.67º 0.41% 0.43% -
HSV(B) 318.67º 0.58% 0.61% -
XYZ 19.24 12.28 21.44 -
YUV 98.98 143.82 167.96 -
System Red Green Blue C M Y K H S L
Decimal 155 65 127 0 0.58 0.18 0.39 318.67 0.41 0.43
Hex 9B 41 7F 0 3A 12 27 13F 29 2B
Octal 233 101 177 0 72 22 47 477 51 53
Binary 10011011 1000001 1111111 0 111010 10010 100111 100111111 101001 101011

Color Harmonies of #9B417F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B417F

Black with #9B417F

Text Example


Text Example

White with #9B417F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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