Html Css Color HEX #9B4281 Medium Red Violet

📋 copy color: '#9B4281'

red 155 ◦ green 66 ◦ blue 129

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

Shades of Medium Red Violet #9B4281

Tints of Medium Red Violet #9B4281

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.86%

 BLUE value IS 129 (50.78% from 255) = 36.86%

R = 44.29%
G = 18.86%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#9B4281 (or 0x9B4281) is known color: Medium Red Violet. HEX triplet: 9B, 42 and 81. RGB value is (155,66,129). Sum of RGB (Red+Green+Blue) = 155+66+129=350 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.29% from 350); Green value is 66 (26.17% from 255 or 18.86% from 350); Blue value is 129 (50.78% from 255 or 36.86% from 350); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4281 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4281 is #64BD7E. Grayscale: #636363. Windows color (decimal): -6602111 or 8471195. OLE color: 8471195.

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

Color convert

RGB 155 66 129 -
CMYK 0 0.57 0.17 0.39
HSL 317.53º 0.4% 0.43% -
HSV(B) 317.53º 0.57% 0.61% -
XYZ 19.43 12.45 22.15 -
YUV 99.79 144.49 167.38 -
System Red Green Blue C M Y K H S L
Decimal 155 66 129 0 0.57 0.17 0.39 317.53 0.4 0.43
Hex 9B 42 81 0 39 11 27 13E 28 2B
Octal 233 102 201 0 71 21 47 476 50 53
Binary 10011011 1000010 10000001 0 111001 10001 100111 100111110 101000 101011

Color Harmonies of #9B4281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4281

Black with #9B4281

Text Example


Text Example

White with #9B4281

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,66,129); }

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

background-color css

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

 a { background-color: rgb(155,66,129); }

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

border-color css

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

 span { border-color: rgb(155,66,129); }

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