Html Css Color HEX #9B80EB Medium Purple

📋 copy color: '#9B80EB'

red 155 ◦ green 128 ◦ blue 235

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

Shades of Medium Purple #9B80EB

Tints of Medium Purple #9B80EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.37%

R = 29.92%
G = 24.71%
B = 45.37%

CMYK

 C value IS 0.34

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9B80EB (or 0x9B80EB) is known color: Medium Purple. HEX triplet: 9B, 80 and EB. RGB value is (155,128,235). Sum of RGB (Red+Green+Blue) = 155+128+235=518 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.92% from 518); Green value is 128 (50.39% from 255 or 24.71% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 235 - color contains mainly: blue. Hex color #9B80EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B80EB is #647F14. Grayscale: #939393. Windows color (decimal): -6586133 or 15433883. OLE color: 15433883.

HSL color Cylindrical-coordinate representation of color #9B80EB: hue angle of 255.14º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9B80EB is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 155 128 235 -
CMYK 0.34 0.46 0 0.08
HSL 255.14º 0.73% 0.71% -
HSV(B) 255.14º 0.46% 0.92% -
XYZ 36.23 28.41 82.17 -
YUV 148.27 176.95 132.8 -
System Red Green Blue C M Y K H S L
Decimal 155 128 235 0.34 0.46 0 0.08 255.14 0.73 0.71
Hex 9B 80 EB 22 2E 0 8 FF 49 47
Octal 233 200 353 42 56 0 10 377 111 107
Binary 10011011 10000000 11101011 100010 101110 0 1000 11111111 1001001 1000111

Color Harmonies of #9B80EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B80EB

Black with #9B80EB

Text Example


Text Example

White with #9B80EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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