Html Css Color HEX #9B56F3 Medium Purple

📋 copy color: '#9B56F3'

red 155 ◦ green 86 ◦ blue 243

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

Shades of Medium Purple #9B56F3

Tints of Medium Purple #9B56F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 50.21%

R = 32.02%
G = 17.77%
B = 50.21%

CMYK

 C value IS 0.36

 M value IS 0.65

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9B56F3 (or 0x9B56F3) is known color: Medium Purple. HEX triplet: 9B, 56 and F3. RGB value is (155,86,243). Sum of RGB (Red+Green+Blue) = 155+86+243=484 (64% of max value = 765). Red value is 155 (60.94% from 255 or 32.02% from 484); Green value is 86 (33.98% from 255 or 17.77% from 484); Blue value is 243 (95.31% from 255 or 50.21% from 484); Max value from RGB is 243 - color contains mainly: blue. Hex color #9B56F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B56F3 is #64A90C. Grayscale: #7B7B7B. Windows color (decimal): -6596877 or 15947419. OLE color: 15947419.

HSL color Cylindrical-coordinate representation of color #9B56F3: hue angle of 266.37º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9B56F3 is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 155 86 243 -
CMYK 0.36 0.65 0 0.05
HSL 266.37º 0.87% 0.65% -
HSV(B) 266.37º 0.65% 0.95% -
XYZ 33.02 20.1 86.93 -
YUV 124.53 194.86 149.73 -
System Red Green Blue C M Y K H S L
Decimal 155 86 243 0.36 0.65 0 0.05 266.37 0.87 0.65
Hex 9B 56 F3 24 41 0 5 10A 57 41
Octal 233 126 363 44 101 0 5 412 127 101
Binary 10011011 1010110 11110011 100100 1000001 0 101 100001010 1010111 1000001

Color Harmonies of #9B56F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B56F3

Black with #9B56F3

Text Example


Text Example

White with #9B56F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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