Html Css Color HEX #9B7CDD Medium Purple

📋 copy color: '#9B7CDD'

red 155 ◦ green 124 ◦ blue 221

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

Shades of Medium Purple #9B7CDD

Tints of Medium Purple #9B7CDD

RGB

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

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

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

R = 31%
G = 24.8%
B = 44.2%

CMYK

 C value IS 0.30

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9B7CDD (or 0x9B7CDD) is known color: Medium Purple. HEX triplet: 9B, 7C and DD. RGB value is (155,124,221). Sum of RGB (Red+Green+Blue) = 155+124+221=500 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31% from 500); Green value is 124 (48.83% from 255 or 24.8% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #9B7CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B7CDD is #648322. Grayscale: #8F8F8F. Windows color (decimal): -6587171 or 14515355. OLE color: 14515355.

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

Color convert

RGB 155 124 221 -
CMYK 0.30 0.44 0 0.13
HSL 259.18º 0.59% 0.68% -
HSV(B) 259.18º 0.44% 0.87% -
XYZ 33.78 26.6 71.76 -
YUV 144.33 171.27 135.61 -
System Red Green Blue C M Y K H S L
Decimal 155 124 221 0.30 0.44 0 0.13 259.18 0.59 0.68
Hex 9B 7C DD 1E 2C 0 D 103 3B 44
Octal 233 174 335 36 54 0 15 403 73 104
Binary 10011011 1111100 11011101 11110 101100 0 1101 100000011 111011 1000100

Color Harmonies of #9B7CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7CDD

Black with #9B7CDD

Text Example


Text Example

White with #9B7CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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