Html Css Color HEX #9B80DD Medium Purple

📋 copy color: '#9B80DD'

red 155 ◦ green 128 ◦ blue 221

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

Shades of Medium Purple #9B80DD

Tints of Medium Purple #9B80DD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.4%

 BLUE value IS 221 (86.72% from 255) = 43.85%

R = 30.75%
G = 25.4%
B = 43.85%

CMYK

 C value IS 0.30

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9B80DD (or 0x9B80DD) is known color: Medium Purple. HEX triplet: 9B, 80 and DD. RGB value is (155,128,221). Sum of RGB (Red+Green+Blue) = 155+128+221=504 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.75% from 504); Green value is 128 (50.39% from 255 or 25.40% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #9B80DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B80DD is #647F22. Grayscale: #929292. Windows color (decimal): -6586147 or 14516379. OLE color: 14516379.

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

Color convert

RGB 155 128 221 -
CMYK 0.30 0.42 0 0.13
HSL 257.42º 0.58% 0.68% -
HSV(B) 257.42º 0.42% 0.87% -
XYZ 34.29 27.63 71.93 -
YUV 146.68 169.95 133.94 -
System Red Green Blue C M Y K H S L
Decimal 155 128 221 0.30 0.42 0 0.13 257.42 0.58 0.68
Hex 9B 80 DD 1E 2A 0 D 101 3A 44
Octal 233 200 335 36 52 0 15 401 72 104
Binary 10011011 10000000 11011101 11110 101010 0 1101 100000001 111010 1000100

Color Harmonies of #9B80DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B80DD

Black with #9B80DD

Text Example


Text Example

White with #9B80DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,128,221); }

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

background-color css

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

 a { background-color: rgb(155,128,221); }

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

border-color css

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

 span { border-color: rgb(155,128,221); }

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