Html Css Color HEX #9B7FD0 Medium Purple

📋 copy color: '#9B7FD0'

red 155 ◦ green 127 ◦ blue 208

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

Shades of Medium Purple #9B7FD0

Tints of Medium Purple #9B7FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.45%

R = 31.63%
G = 25.92%
B = 42.45%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9B7FD0 (or 0x9B7FD0) is known color: Medium Purple. HEX triplet: 9B, 7F and D0. RGB value is (155,127,208). Sum of RGB (Red+Green+Blue) = 155+127+208=490 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.63% from 490); Green value is 127 (50% from 255 or 25.92% from 490); Blue value is 208 (81.64% from 255 or 42.45% from 490); Max value from RGB is 208 - color contains mainly: blue. Hex color #9B7FD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B7FD0 is #64802F. Grayscale: #909090. Windows color (decimal): -6586416 or 13664155. OLE color: 13664155.

HSL color Cylindrical-coordinate representation of color #9B7FD0: hue angle of 260.74º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9B7FD0 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 155 127 208 -
CMYK 0.25 0.39 0 0.18
HSL 260.74º 0.46% 0.66% -
HSV(B) 260.74º 0.39% 0.82% -
XYZ 32.49 26.7 63.12 -
YUV 144.61 163.78 135.41 -
System Red Green Blue C M Y K H S L
Decimal 155 127 208 0.25 0.39 0 0.18 260.74 0.46 0.66
Hex 9B 7F D0 19 27 0 12 105 2E 42
Octal 233 177 320 31 47 0 22 405 56 102
Binary 10011011 1111111 11010000 11001 100111 0 10010 100000101 101110 1000010

Color Harmonies of #9B7FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7FD0

Black with #9B7FD0

Text Example


Text Example

White with #9B7FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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