#9B5FE6

Color #9B5FE6 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #9B5FE6

Tints of Medium Purple #9B5FE6

Color information

#9B5FE6 (or 0x9B5FE6) is unknown color: approx Medium Purple. HEX triplet: 9B, 5F and E6. RGB value is (155,95,230). Sum of RGB (Red+Green+Blue) = 155+95+230=480 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.29% from 480); Green value is 95 (37.5% from 255 or 19.79% from 480); Blue value is 230 (90.23% from 255 or 47.92% from 480); Max value from RGB is 230 - color contains mainly: blue. Hex color #9B5FE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B5FE6 is #64A019. Grayscale: #7F7F7F. Windows color (decimal): -6594586 or 15097755. OLE color: 15097755.

HSL color Cylindrical-coordinate representation of color #9B5FE6: hue angle of 266.67º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9B5FE6 is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB15595230-
CMYK0.330.5900.10
HSL266.67º72.97%63.73%-
HSV(B)266.67º58.7%90.2%-
XYZ31.8920.8777.21-
YUV128.33185.38147.02-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.29%
GREEN value IS 95 (37.5% from 255) = 19.79%
BLUE value IS 230 (90.23% from 255) = 47.92%
R=32.29%
G=19.79%
B=47.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal155952300.330.5900.10266.6772.9763.73
Hex9B5FE6213B0A10b4940
Octal2331373464173012413111100
Binary100110111011111111001101000011110110101010000101110010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5FE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,95,230); }

 H1.HeaderClassName
 {
   color: #9B5FE6;
 }
 .AnyTagClassName
 {
   color: #9B5FE6;
 }
</style>
background-color css

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

 a { background-color: rgb(155,95,230); }

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

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

 span { border-color: rgb(155,95,230); }

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