Html Css Color HEX #9B427E Medium Red Violet

📋 copy color: '#9B427E'

red 155 ◦ green 66 ◦ blue 126

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

Shades of Medium Red Violet #9B427E

Tints of Medium Red Violet #9B427E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 36.31%

R = 44.67%
G = 19.02%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#9B427E (or 0x9B427E) is known color: Medium Red Violet. HEX triplet: 9B, 42 and 7E. RGB value is (155,66,126). Sum of RGB (Red+Green+Blue) = 155+66+126=347 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.67% from 347); Green value is 66 (26.17% from 255 or 19.02% from 347); Blue value is 126 (49.61% from 255 or 36.31% from 347); Max value from RGB is 155 - color contains mainly: red. Hex color #9B427E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B427E is #64BD81. Grayscale: #636363. Windows color (decimal): -6602114 or 8274587. OLE color: 8274587.

HSL color Cylindrical-coordinate representation of color #9B427E: hue angle of 319.55º 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 #9B427E is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 66 126 -
CMYK 0 0.57 0.19 0.39
HSL 319.55º 0.4% 0.43% -
HSV(B) 319.55º 0.57% 0.61% -
XYZ 19.23 12.37 21.11 -
YUV 99.45 142.99 167.62 -
System Red Green Blue C M Y K H S L
Decimal 155 66 126 0 0.57 0.19 0.39 319.55 0.4 0.43
Hex 9B 42 7E 0 39 13 27 140 28 2B
Octal 233 102 176 0 71 23 47 500 50 53
Binary 10011011 1000010 1111110 0 111001 10011 100111 101000000 101000 101011

Color Harmonies of #9B427E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B427E

Black with #9B427E

Text Example


Text Example

White with #9B427E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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