Html Css Color HEX #9B7FDC Medium Purple

📋 copy color: '#9B7FDC'

red 155 ◦ green 127 ◦ blue 220

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

Shades of Medium Purple #9B7FDC

Tints of Medium Purple #9B7FDC

RGB

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

 GREEN value IS 127 (50% from 255) = 25.3%

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

R = 30.88%
G = 25.3%
B = 43.82%

CMYK

 C value IS 0.30

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9B7FDC (or 0x9B7FDC) is known color: Medium Purple. HEX triplet: 9B, 7F and DC. RGB value is (155,127,220). Sum of RGB (Red+Green+Blue) = 155+127+220=502 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.88% from 502); Green value is 127 (50% from 255 or 25.30% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #9B7FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B7FDC is #648023. Grayscale: #919191. Windows color (decimal): -6586404 or 14450587. OLE color: 14450587.

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

Color convert

RGB 155 127 220 -
CMYK 0.30 0.42 0 0.14
HSL 258.06º 0.57% 0.68% -
HSV(B) 258.06º 0.42% 0.86% -
XYZ 34.03 27.31 71.19 -
YUV 145.97 169.78 134.44 -
System Red Green Blue C M Y K H S L
Decimal 155 127 220 0.30 0.42 0 0.14 258.06 0.57 0.68
Hex 9B 7F DC 1E 2A 0 E 102 39 44
Octal 233 177 334 36 52 0 16 402 71 104
Binary 10011011 1111111 11011100 11110 101010 0 1110 100000010 111001 1000100

Color Harmonies of #9B7FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7FDC

Black with #9B7FDC

Text Example


Text Example

White with #9B7FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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