Html Css Color HEX #9B7CD7 Medium Purple

📋 copy color: '#9B7CD7'

red 155 ◦ green 124 ◦ blue 215

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

Shades of Medium Purple #9B7CD7

Tints of Medium Purple #9B7CD7

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.1%

 BLUE value IS 215 (84.38% from 255) = 43.52%

R = 31.38%
G = 25.1%
B = 43.52%

CMYK

 C value IS 0.28

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9B7CD7 (or 0x9B7CD7) is known color: Medium Purple. HEX triplet: 9B, 7C and D7. RGB value is (155,124,215). Sum of RGB (Red+Green+Blue) = 155+124+215=494 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.38% from 494); Green value is 124 (48.83% from 255 or 25.10% from 494); Blue value is 215 (84.38% from 255 or 43.52% from 494); Max value from RGB is 215 - color contains mainly: blue. Hex color #9B7CD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B7CD7 is #648328. Grayscale: #8F8F8F. Windows color (decimal): -6587177 or 14122139. OLE color: 14122139.

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

Color convert

RGB 155 124 215 -
CMYK 0.28 0.42 0 0.16
HSL 260.44º 0.53% 0.66% -
HSV(B) 260.44º 0.42% 0.84% -
XYZ 32.99 26.29 67.63 -
YUV 143.64 168.27 136.1 -
System Red Green Blue C M Y K H S L
Decimal 155 124 215 0.28 0.42 0 0.16 260.44 0.53 0.66
Hex 9B 7C D7 1C 2A 0 10 104 35 42
Octal 233 174 327 34 52 0 20 404 65 102
Binary 10011011 1111100 11010111 11100 101010 0 10000 100000100 110101 1000010

Color Harmonies of #9B7CD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7CD7

Black with #9B7CD7

Text Example


Text Example

White with #9B7CD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,124,215); }

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

background-color css

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

 a { background-color: rgb(155,124,215); }

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

border-color css

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

 span { border-color: rgb(155,124,215); }

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