Html Css Color HEX #9B447E Medium Red Violet

📋 copy color: '#9B447E'

red 155 ◦ green 68 ◦ blue 126

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

Shades of Medium Red Violet #9B447E

Tints of Medium Red Violet #9B447E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.48%

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

R = 44.41%
G = 19.48%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#9B447E (or 0x9B447E) is known color: Medium Red Violet. HEX triplet: 9B, 44 and 7E. RGB value is (155,68,126). Sum of RGB (Red+Green+Blue) = 155+68+126=349 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.41% from 349); Green value is 68 (26.95% from 255 or 19.48% from 349); Blue value is 126 (49.61% from 255 or 36.10% from 349); Max value from RGB is 155 - color contains mainly: red. Hex color #9B447E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B447E is #64BB81. Grayscale: #646464. Windows color (decimal): -6601602 or 8275099. OLE color: 8275099.

HSL color Cylindrical-coordinate representation of color #9B447E: hue angle of 320º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9B447E is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 68 126 -
CMYK 0 0.56 0.19 0.39
HSL 320º 0.39% 0.44% -
HSV(B) 320º 0.56% 0.61% -
XYZ 19.35 12.61 21.15 -
YUV 100.63 142.32 166.78 -
System Red Green Blue C M Y K H S L
Decimal 155 68 126 0 0.56 0.19 0.39 320 0.39 0.44
Hex 9B 44 7E 0 38 13 27 140 27 2C
Octal 233 104 176 0 70 23 47 500 47 54
Binary 10011011 1000100 1111110 0 111000 10011 100111 101000000 100111 101100

Color Harmonies of #9B447E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B447E

Black with #9B447E

Text Example


Text Example

White with #9B447E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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