#9B6CF2

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

Shades of Medium Purple #9B6CF2

Tints of Medium Purple #9B6CF2

Color information

#9B6CF2 (or 0x9B6CF2) is unknown color: approx Medium Purple. HEX triplet: 9B, 6C and F2. RGB value is (155,108,242). Sum of RGB (Red+Green+Blue) = 155+108+242=505 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.69% from 505); Green value is 108 (42.58% from 255 or 21.39% from 505); Blue value is 242 (94.92% from 255 or 47.92% from 505); Max value from RGB is 242 - color contains mainly: blue. Hex color #9B6CF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B6CF2 is #64930D. Grayscale: #888888. Windows color (decimal): -6591246 or 15887515. OLE color: 15887515.

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

Color convert

RGB155108242-
CMYK0.360.5500.05
HSL261.04º83.75%68.63%-
HSV(B)261.04º55.37%94.9%-
XYZ34.9124.186.82-
YUV137.33187.07140.6-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.69%
GREEN value IS 108 (42.58% from 255) = 21.39%
BLUE value IS 242 (94.92% from 255) = 47.92%
R=30.69%
G=21.39%
B=47.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1551082420.360.5500.05261.0483.7568.63
Hex9B6CF22437051055445
Octal233154362446705405124105
Binary10011011110110011110010100100110111010110000010110101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6CF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,108,242); }

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

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

 a { background-color: rgb(155,108,242); }

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

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

 span { border-color: rgb(155,108,242); }

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