Html Css Color HEX #9B77DC Medium Purple

📋 copy color: '#9B77DC'

red 155 ◦ green 119 ◦ blue 220

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

Shades of Medium Purple #9B77DC

Tints of Medium Purple #9B77DC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.09%

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

R = 31.38%
G = 24.09%
B = 44.53%

CMYK

 C value IS 0.30

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9B77DC (or 0x9B77DC) is known color: Medium Purple. HEX triplet: 9B, 77 and DC. RGB value is (155,119,220). Sum of RGB (Red+Green+Blue) = 155+119+220=494 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.38% from 494); Green value is 119 (46.88% from 255 or 24.09% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #9B77DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B77DC is #648823. Grayscale: #8C8C8C. Windows color (decimal): -6588452 or 14448539. OLE color: 14448539.

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

Color convert

RGB 155 119 220 -
CMYK 0.30 0.46 0 0.14
HSL 261.39º 0.59% 0.66% -
HSV(B) 261.39º 0.46% 0.86% -
XYZ 33.03 25.33 70.86 -
YUV 141.28 172.43 137.79 -
System Red Green Blue C M Y K H S L
Decimal 155 119 220 0.30 0.46 0 0.14 261.39 0.59 0.66
Hex 9B 77 DC 1E 2E 0 E 105 3B 42
Octal 233 167 334 36 56 0 16 405 73 102
Binary 10011011 1110111 11011100 11110 101110 0 1110 100000101 111011 1000010

Color Harmonies of #9B77DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B77DC

Black with #9B77DC

Text Example


Text Example

White with #9B77DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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