Html Css Color HEX #9B77D8 Medium Purple

📋 copy color: '#9B77D8'

red 155 ◦ green 119 ◦ blue 216

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

Shades of Medium Purple #9B77D8

Tints of Medium Purple #9B77D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 44.08%

R = 31.63%
G = 24.29%
B = 44.08%

CMYK

 C value IS 0.28

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9B77D8 (or 0x9B77D8) is known color: Medium Purple. HEX triplet: 9B, 77 and D8. RGB value is (155,119,216). Sum of RGB (Red+Green+Blue) = 155+119+216=490 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.63% from 490); Green value is 119 (46.88% from 255 or 24.29% from 490); Blue value is 216 (84.77% from 255 or 44.08% from 490); Max value from RGB is 216 - color contains mainly: blue. Hex color #9B77D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B77D8 is #648827. Grayscale: #8C8C8C. Windows color (decimal): -6588456 or 14186395. OLE color: 14186395.

HSL color Cylindrical-coordinate representation of color #9B77D8: hue angle of 262.27º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9B77D8 is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 155 119 216 -
CMYK 0.28 0.45 0 0.15
HSL 262.27º 0.55% 0.66% -
HSV(B) 262.27º 0.45% 0.85% -
XYZ 32.51 25.12 68.1 -
YUV 140.82 170.43 138.11 -
System Red Green Blue C M Y K H S L
Decimal 155 119 216 0.28 0.45 0 0.15 262.27 0.55 0.66
Hex 9B 77 D8 1C 2D 0 F 106 37 42
Octal 233 167 330 34 55 0 17 406 67 102
Binary 10011011 1110111 11011000 11100 101101 0 1111 100000110 110111 1000010

Color Harmonies of #9B77D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B77D8

Black with #9B77D8

Text Example


Text Example

White with #9B77D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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