#9B6AF5

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

Shades of Medium Purple #9B6AF5

Tints of Medium Purple #9B6AF5

Color information

#9B6AF5 (or 0x9B6AF5) is unknown color: approx Medium Purple. HEX triplet: 9B, 6A and F5. RGB value is (155,106,245). Sum of RGB (Red+Green+Blue) = 155+106+245=506 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.63% from 506); Green value is 106 (41.80% from 255 or 20.95% from 506); Blue value is 245 (96.09% from 255 or 48.42% from 506); Max value from RGB is 245 - color contains mainly: blue. Hex color #9B6AF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B6AF5 is #64950A. Grayscale: #878787. Windows color (decimal): -6591755 or 16083611. OLE color: 16083611.

HSL color Cylindrical-coordinate representation of color #9B6AF5: hue angle of 261.15º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9B6AF5 is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB155106245-
CMYK0.370.5700.04
HSL261.15º87.42%68.82%-
HSV(B)261.15º56.73%96.08%-
XYZ35.1523.8789.14-
YUV136.5189.23141.2-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.63%
GREEN value IS 106 (41.80% from 255) = 20.95%
BLUE value IS 245 (96.09% from 255) = 48.42%
R=30.63%
G=20.95%
B=48.42%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1551062450.370.5700.04261.1587.4268.82
Hex9B6AF52539041055745
Octal233152365457104405127105
Binary10011011110101011110101100101111001010010000010110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6AF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,106,245); }

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

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

 a { background-color: rgb(155,106,245); }

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

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

 span { border-color: rgb(155,106,245); }

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