Html Css Color HEX #9B56EC Medium Purple

📋 copy color: '#9B56EC'

red 155 ◦ green 86 ◦ blue 236

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

Shades of Medium Purple #9B56EC

Tints of Medium Purple #9B56EC

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.03%

 BLUE value IS 236 (92.58% from 255) = 49.48%

R = 32.49%
G = 18.03%
B = 49.48%

CMYK

 C value IS 0.34

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9B56EC (or 0x9B56EC) is known color: Medium Purple. HEX triplet: 9B, 56 and EC. RGB value is (155,86,236). Sum of RGB (Red+Green+Blue) = 155+86+236=477 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.49% from 477); Green value is 86 (33.98% from 255 or 18.03% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #9B56EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B56EC is #64A913. Grayscale: #7B7B7B. Windows color (decimal): -6596884 or 15488667. OLE color: 15488667.

HSL color Cylindrical-coordinate representation of color #9B56EC: hue angle of 267.6º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9B56EC is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 155 86 236 -
CMYK 0.34 0.64 0 0.07
HSL 267.6º 0.8% 0.63% -
HSV(B) 267.6º 0.64% 0.93% -
XYZ 31.99 19.68 81.47 -
YUV 123.73 191.36 150.3 -
System Red Green Blue C M Y K H S L
Decimal 155 86 236 0.34 0.64 0 0.07 267.6 0.8 0.63
Hex 9B 56 EC 22 40 0 7 10C 50 3F
Octal 233 126 354 42 100 0 7 414 120 77
Binary 10011011 1010110 11101100 100010 1000000 0 111 100001100 1010000 111111

Color Harmonies of #9B56EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B56EC

Black with #9B56EC

Text Example


Text Example

White with #9B56EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,86,236); }

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

background-color css

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

 a { background-color: rgb(155,86,236); }

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

border-color css

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

 span { border-color: rgb(155,86,236); }

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