Html Css Color HEX #9B89DC Medium Purple

📋 copy color: '#9B89DC'

red 155 ◦ green 137 ◦ blue 220

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

Shades of Medium Purple #9B89DC

Tints of Medium Purple #9B89DC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 26.76%

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

R = 30.27%
G = 26.76%
B = 42.97%

CMYK

 C value IS 0.30

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9B89DC (or 0x9B89DC) is known color: Medium Purple. HEX triplet: 9B, 89 and DC. RGB value is (155,137,220). Sum of RGB (Red+Green+Blue) = 155+137+220=512 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.27% from 512); Green value is 137 (53.91% from 255 or 26.76% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #9B89DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B89DC is #647623. Grayscale: #979797. Windows color (decimal): -6583844 or 14453147. OLE color: 14453147.

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

Color convert

RGB 155 137 220 -
CMYK 0.30 0.38 0 0.14
HSL 253.01º 0.54% 0.7% -
HSV(B) 253.01º 0.38% 0.86% -
XYZ 35.38 30.03 71.64 -
YUV 151.84 166.46 130.25 -
System Red Green Blue C M Y K H S L
Decimal 155 137 220 0.30 0.38 0 0.14 253.01 0.54 0.7
Hex 9B 89 DC 1E 26 0 E FD 36 46
Octal 233 211 334 36 46 0 16 375 66 106
Binary 10011011 10001001 11011100 11110 100110 0 1110 11111101 110110 1000110

Color Harmonies of #9B89DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B89DC

Black with #9B89DC

Text Example


Text Example

White with #9B89DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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