Html Css Color HEX #9B7ED5 Medium Purple

📋 copy color: '#9B7ED5'

red 155 ◦ green 126 ◦ blue 213

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

Shades of Medium Purple #9B7ED5

Tints of Medium Purple #9B7ED5

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.51%

 BLUE value IS 213 (83.59% from 255) = 43.12%

R = 31.38%
G = 25.51%
B = 43.12%

CMYK

 C value IS 0.27

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9B7ED5 (or 0x9B7ED5) is known color: Medium Purple. HEX triplet: 9B, 7E and D5. RGB value is (155,126,213). Sum of RGB (Red+Green+Blue) = 155+126+213=494 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.38% from 494); Green value is 126 (49.61% from 255 or 25.51% from 494); Blue value is 213 (83.59% from 255 or 43.12% from 494); Max value from RGB is 213 - color contains mainly: blue. Hex color #9B7ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B7ED5 is #64812A. Grayscale: #909090. Windows color (decimal): -6586667 or 13991579. OLE color: 13991579.

HSL color Cylindrical-coordinate representation of color #9B7ED5: hue angle of 260º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9B7ED5 is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 155 126 213 -
CMYK 0.27 0.41 0 0.16
HSL 260º 0.51% 0.66% -
HSV(B) 260º 0.41% 0.84% -
XYZ 32.99 26.69 66.36 -
YUV 144.59 166.61 135.43 -
System Red Green Blue C M Y K H S L
Decimal 155 126 213 0.27 0.41 0 0.16 260 0.51 0.66
Hex 9B 7E D5 1B 29 0 10 104 33 42
Octal 233 176 325 33 51 0 20 404 63 102
Binary 10011011 1111110 11010101 11011 101001 0 10000 100000100 110011 1000010

Color Harmonies of #9B7ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7ED5

Black with #9B7ED5

Text Example


Text Example

White with #9B7ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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