Html Css Color HEX #9B5EEB Medium Purple

📋 copy color: '#9B5EEB'

red 155 ◦ green 94 ◦ blue 235

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

Shades of Medium Purple #9B5EEB

Tints of Medium Purple #9B5EEB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.42%

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

R = 32.02%
G = 19.42%
B = 48.55%

CMYK

 C value IS 0.34

 M value IS 0.6

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9B5EEB (or 0x9B5EEB) is known color: Medium Purple. HEX triplet: 9B, 5E and EB. RGB value is (155,94,235). Sum of RGB (Red+Green+Blue) = 155+94+235=484 (64% of max value = 765). Red value is 155 (60.94% from 255 or 32.02% from 484); Green value is 94 (37.11% from 255 or 19.42% from 484); Blue value is 235 (92.19% from 255 or 48.55% from 484); Max value from RGB is 235 - color contains mainly: blue. Hex color #9B5EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B5EEB is #64A114. Grayscale: #7F7F7F. Windows color (decimal): -6594837 or 15425179. OLE color: 15425179.

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

Color convert

RGB 155 94 235 -
CMYK 0.34 0.6 0 0.08
HSL 265.96º 0.78% 0.65% -
HSV(B) 265.96º 0.6% 0.92% -
XYZ 32.52 20.97 80.93 -
YUV 128.31 188.21 147.04 -
System Red Green Blue C M Y K H S L
Decimal 155 94 235 0.34 0.6 0 0.08 265.96 0.78 0.65
Hex 9B 5E EB 22 3C 0 8 10A 4E 41
Octal 233 136 353 42 74 0 10 412 116 101
Binary 10011011 1011110 11101011 100010 111100 0 1000 100001010 1001110 1000001

Color Harmonies of #9B5EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5EEB

Black with #9B5EEB

Text Example


Text Example

White with #9B5EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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