Html Css Color HEX #9B7EDD Medium Purple

📋 copy color: '#9B7EDD'

red 155 ◦ green 126 ◦ blue 221

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

Shades of Medium Purple #9B7EDD

Tints of Medium Purple #9B7EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.02%

R = 30.88%
G = 25.1%
B = 44.02%

CMYK

 C value IS 0.30

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9B7EDD (or 0x9B7EDD) is known color: Medium Purple. HEX triplet: 9B, 7E and DD. RGB value is (155,126,221). Sum of RGB (Red+Green+Blue) = 155+126+221=502 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.88% from 502); Green value is 126 (49.61% from 255 or 25.10% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #9B7EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B7EDD is #648122. Grayscale: #919191. Windows color (decimal): -6586659 or 14515867. OLE color: 14515867.

HSL color Cylindrical-coordinate representation of color #9B7EDD: hue angle of 258.32º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9B7EDD is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 126 221 -
CMYK 0.30 0.43 0 0.13
HSL 258.32º 0.58% 0.68% -
HSV(B) 258.32º 0.43% 0.87% -
XYZ 34.03 27.11 71.85 -
YUV 145.5 170.61 134.78 -
System Red Green Blue C M Y K H S L
Decimal 155 126 221 0.30 0.43 0 0.13 258.32 0.58 0.68
Hex 9B 7E DD 1E 2B 0 D 102 3A 44
Octal 233 176 335 36 53 0 15 402 72 104
Binary 10011011 1111110 11011101 11110 101011 0 1101 100000010 111010 1000100

Color Harmonies of #9B7EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7EDD

Black with #9B7EDD

Text Example


Text Example

White with #9B7EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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