Html Css Color HEX #9B7DDC Medium Purple

📋 copy color: '#9B7DDC'

red 155 ◦ green 125 ◦ blue 220

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

Shades of Medium Purple #9B7DDC

Tints of Medium Purple #9B7DDC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25%

 BLUE value IS 220 (86.33% from 255) = 44%

R = 31%
G = 25%
B = 44%

CMYK

 C value IS 0.30

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9B7DDC (or 0x9B7DDC) is known color: Medium Purple. HEX triplet: 9B, 7D and DC. RGB value is (155,125,220). Sum of RGB (Red+Green+Blue) = 155+125+220=500 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31% from 500); Green value is 125 (49.22% from 255 or 25% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #9B7DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B7DDC is #648223. Grayscale: #909090. Windows color (decimal): -6586916 or 14450075. OLE color: 14450075.

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

Color convert

RGB 155 125 220 -
CMYK 0.30 0.43 0 0.14
HSL 258.95º 0.58% 0.68% -
HSV(B) 258.95º 0.43% 0.86% -
XYZ 33.77 26.8 71.1 -
YUV 144.8 170.44 135.28 -
System Red Green Blue C M Y K H S L
Decimal 155 125 220 0.30 0.43 0 0.14 258.95 0.58 0.68
Hex 9B 7D DC 1E 2B 0 E 103 3A 44
Octal 233 175 334 36 53 0 16 403 72 104
Binary 10011011 1111101 11011100 11110 101011 0 1110 100000011 111010 1000100

Color Harmonies of #9B7DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7DDC

Black with #9B7DDC

Text Example


Text Example

White with #9B7DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,125,220); }

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

background-color css

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

 a { background-color: rgb(155,125,220); }

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

border-color css

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

 span { border-color: rgb(155,125,220); }

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